Html Css Color HEX #BD8535 Geebung

📋 copy color: '#BD8535'

red 189 ◦ green 133 ◦ blue 53

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

Shades of Geebung #BD8535

Tints of Geebung #BD8535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 50.4%
G = 35.47%
B = 14.13%

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

#BD8535 (or 0xBD8535) is known color: Geebung. HEX triplet: BD, 85 and 35. RGB value is (189,133,53). Sum of RGB (Red+Green+Blue) = 189+133+53=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8535 is #427ACA. Grayscale: #8D8D8D. Windows color (decimal): -4356811 or 3507645. OLE color: 3507645.

HSL color Cylindrical-coordinate representation of color #BD8535: hue angle of 35.29º degrees, saturation: 0.56, 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 #BD8535 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 53 -
CMYK 0 0.30 0.72 0.26
HSL 35.29º 0.56% 0.47% -
HSV(B) 35.29º 0.72% 0.74% -
XYZ 30.02 27.85 7.16 -
YUV 140.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 189 133 53 0 0.30 0.72 0.26 35.29 0.56 0.47
Hex BD 85 35 0 1E 48 1A 23 38 2F
Octal 275 205 65 0 36 110 32 43 70 57
Binary 10111101 10000101 110101 0 11110 1001000 11010 100011 111000 101111

Color Harmonies of #BD8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8535

Black with #BD8535

Text Example


Text Example

White with #BD8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8535; }

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

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

background-color css

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

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

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

border-color css

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

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

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