Html Css Color HEX #BD7F32 Geebung

📋 copy color: '#BD7F32'

red 189 ◦ green 127 ◦ blue 50

#BD7F32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #BD7F32

Tints of Geebung #BD7F32

RGB

 RED value IS 189 (74.22% from 255) = 51.64%

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 51.64%
G = 34.7%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD7F32 (or 0xBD7F32) is known color: Geebung. HEX triplet: BD, 7F and 32. RGB value is (189,127,50). Sum of RGB (Red+Green+Blue) = 189+127+50=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F32 is #4280CD. Grayscale: #898989. Windows color (decimal): -4358350 or 3309501. OLE color: 3309501.

HSL color Cylindrical-coordinate representation of color #BD7F32: hue angle of 33.24º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD7F32 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 50 -
CMYK 0 0.33 0.74 0.26
HSL 33.24º 0.58% 0.47% -
HSV(B) 33.24º 0.74% 0.74% -
XYZ 29.15 26.23 6.54 -
YUV 136.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 189 127 50 0 0.33 0.74 0.26 33.24 0.58 0.47
Hex BD 7F 32 0 21 4A 1A 21 3A 2F
Octal 275 177 62 0 41 112 32 41 72 57
Binary 10111101 1111111 110010 0 100001 1001010 11010 100001 111010 101111

Color Harmonies of #BD7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F32

Black with #BD7F32

Text Example


Text Example

White with #BD7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F32; }

 p { color: rgb(189,127,50); }

 H1.HeaderClassName
 {
   color: #BD7F32;
 }
 .AnyTagClassName
 {
   color: #BD7F32;
 }
</style>

background-color css

<style>
 a { background-color: #BD7F32; }

 a { background-color: rgb(189,127,50); }

 div.DivClassName
 {
   background-color: #BD7F32;
 }
 .BgClassName
 {
   background-color: #BD7F32;
 }
</style>

border-color css

<style>
 span { border-color: #BD7F32; }

 span { border-color: rgb(189,127,50); }

 td.TdClassName
 {
   border-color: #BD7F32;
 }
 .TagClassName
 {
   border-color: #BD7F32;
 }
</style>