Html Css Color HEX #BD8533 Geebung

📋 copy color: '#BD8533'

red 189 ◦ green 133 ◦ blue 51

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

Shades of Geebung #BD8533

Tints of Geebung #BD8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 51 (20.31% from 255) = 13.67%

R = 50.67%
G = 35.66%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD8533 (or 0xBD8533) is known color: Geebung. HEX triplet: BD, 85 and 33. RGB value is (189,133,51). Sum of RGB (Red+Green+Blue) = 189+133+51=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8533 is #427ACC. Grayscale: #8C8C8C. Windows color (decimal): -4356813 or 3376573. OLE color: 3376573.

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

Color convert

RGB 189 133 51 -
CMYK 0 0.30 0.73 0.26
HSL 35.65º 0.58% 0.47% -
HSV(B) 35.65º 0.73% 0.74% -
XYZ 29.97 27.83 6.92 -
YUV 140.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 189 133 51 0 0.30 0.73 0.26 35.65 0.58 0.47
Hex BD 85 33 0 1E 49 1A 24 3A 2F
Octal 275 205 63 0 36 111 32 44 72 57
Binary 10111101 10000101 110011 0 11110 1001001 11010 100100 111010 101111

Color Harmonies of #BD8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8533

Black with #BD8533

Text Example


Text Example

White with #BD8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8533; }

 p { color: rgb(189,133,51); }

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

background-color css

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

 a { background-color: rgb(189,133,51); }

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

border-color css

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

 span { border-color: rgb(189,133,51); }

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