Html Css Color HEX #BD8534 Geebung

📋 copy color: '#BD8534'

red 189 ◦ green 133 ◦ blue 52

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

Shades of Geebung #BD8534

Tints of Geebung #BD8534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 50.53%
G = 35.56%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD8534 (or 0xBD8534) is known color: Geebung. HEX triplet: BD, 85 and 34. RGB value is (189,133,52). Sum of RGB (Red+Green+Blue) = 189+133+52=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8534 is #427ACB. Grayscale: #8C8C8C. Windows color (decimal): -4356812 or 3442109. OLE color: 3442109.

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

Color convert

RGB 189 133 52 -
CMYK 0 0.30 0.72 0.26
HSL 35.47º 0.57% 0.47% -
HSV(B) 35.47º 0.72% 0.74% -
XYZ 29.99 27.84 7.04 -
YUV 140.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 189 133 52 0 0.30 0.72 0.26 35.47 0.57 0.47
Hex BD 85 34 0 1E 48 1A 23 39 2F
Octal 275 205 64 0 36 110 32 43 71 57
Binary 10111101 10000101 110100 0 11110 1001000 11010 100011 111001 101111

Color Harmonies of #BD8534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8534

Black with #BD8534

Text Example


Text Example

White with #BD8534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8534; }

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

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

background-color css

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

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

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

border-color css

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

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

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