Html Css Color HEX #BD8032 Geebung

📋 copy color: '#BD8032'

red 189 ◦ green 128 ◦ blue 50

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

Shades of Geebung #BD8032

Tints of Geebung #BD8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 51.5%
G = 34.88%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD8032 (or 0xBD8032) is known color: Geebung. HEX triplet: BD, 80 and 32. RGB value is (189,128,50). Sum of RGB (Red+Green+Blue) = 189+128+50=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8032 is #427FCD. Grayscale: #898989. Windows color (decimal): -4358094 or 3309757. OLE color: 3309757.

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

Color convert

RGB 189 128 50 -
CMYK 0 0.32 0.74 0.26
HSL 33.67º 0.58% 0.47% -
HSV(B) 33.67º 0.74% 0.74% -
XYZ 29.28 26.49 6.59 -
YUV 137.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 189 128 50 0 0.32 0.74 0.26 33.67 0.58 0.47
Hex BD 80 32 0 20 4A 1A 22 3A 2F
Octal 275 200 62 0 40 112 32 42 72 57
Binary 10111101 10000000 110010 0 100000 1001010 11010 100010 111010 101111

Color Harmonies of #BD8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8032

Black with #BD8032

Text Example


Text Example

White with #BD8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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