Html Css Color HEX #BD8232 Geebung

📋 copy color: '#BD8232'

red 189 ◦ green 130 ◦ blue 50

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

Shades of Geebung #BD8232

Tints of Geebung #BD8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 51.22%
G = 35.23%
B = 13.55%

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

#BD8232 (or 0xBD8232) is known color: Geebung. HEX triplet: BD, 82 and 32. RGB value is (189,130,50). Sum of RGB (Red+Green+Blue) = 189+130+50=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8232 is #427DCD. Grayscale: #8A8A8A. Windows color (decimal): -4357582 or 3310269. OLE color: 3310269.

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

Color convert

RGB 189 130 50 -
CMYK 0 0.31 0.74 0.26
HSL 34.53º 0.58% 0.47% -
HSV(B) 34.53º 0.74% 0.74% -
XYZ 29.54 27.01 6.67 -
YUV 138.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 189 130 50 0 0.31 0.74 0.26 34.53 0.58 0.47
Hex BD 82 32 0 1F 4A 1A 23 3A 2F
Octal 275 202 62 0 37 112 32 43 72 57
Binary 10111101 10000010 110010 0 11111 1001010 11010 100011 111010 101111

Color Harmonies of #BD8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8232

Black with #BD8232

Text Example


Text Example

White with #BD8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8232; }

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

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

background-color css

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

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

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

border-color css

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

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

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