Html Css Color HEX #BD8332 Geebung

📋 copy color: '#BD8332'

red 189 ◦ green 131 ◦ blue 50

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

Shades of Geebung #BD8332

Tints of Geebung #BD8332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 51.08%
G = 35.41%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8332 (or 0xBD8332) is known color: Geebung. HEX triplet: BD, 83 and 32. RGB value is (189,131,50). Sum of RGB (Red+Green+Blue) = 189+131+50=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8332 is #427CCD. Grayscale: #8B8B8B. Windows color (decimal): -4357326 or 3310525. OLE color: 3310525.

HSL color Cylindrical-coordinate representation of color #BD8332: hue angle of 34.96º 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 #BD8332 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 50 -
CMYK 0 0.31 0.74 0.26
HSL 34.96º 0.58% 0.47% -
HSV(B) 34.96º 0.74% 0.74% -
XYZ 29.68 27.28 6.72 -
YUV 139.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 189 131 50 0 0.31 0.74 0.26 34.96 0.58 0.47
Hex BD 83 32 0 1F 4A 1A 23 3A 2F
Octal 275 203 62 0 37 112 32 43 72 57
Binary 10111101 10000011 110010 0 11111 1001010 11010 100011 111010 101111

Color Harmonies of #BD8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8332

Black with #BD8332

Text Example


Text Example

White with #BD8332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8332; }

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

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

background-color css

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

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

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

border-color css

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

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

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