Html Css Color HEX #BD8522 Geebung

📋 copy color: '#BD8522'

red 189 ◦ green 133 ◦ blue 34

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

Shades of Geebung #BD8522

Tints of Geebung #BD8522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 53.09%
G = 37.36%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD8522 (or 0xBD8522) is known color: Geebung. HEX triplet: BD, 85 and 22. RGB value is (189,133,34). Sum of RGB (Red+Green+Blue) = 189+133+34=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8522 is #427ADD. Grayscale: #8A8A8A. Windows color (decimal): -4356830 or 2262461. OLE color: 2262461.

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

Color convert

RGB 189 133 34 -
CMYK 0 0.30 0.82 0.26
HSL 38.32º 0.7% 0.44% -
HSV(B) 38.32º 0.82% 0.74% -
XYZ 29.66 27.71 5.3 -
YUV 138.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 189 133 34 0 0.30 0.82 0.26 38.32 0.7 0.44
Hex BD 85 22 0 1E 52 1A 26 46 2C
Octal 275 205 42 0 36 122 32 46 106 54
Binary 10111101 10000101 100010 0 11110 1010010 11010 100110 1000110 101100

Color Harmonies of #BD8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8522

Black with #BD8522

Text Example


Text Example

White with #BD8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8522; }

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

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

background-color css

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

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

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

border-color css

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

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

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