Html Css Color HEX #BD8035 Geebung

📋 copy color: '#BD8035'

red 189 ◦ green 128 ◦ blue 53

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

Shades of Geebung #BD8035

Tints of Geebung #BD8035

RGB

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

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

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

R = 51.08%
G = 34.59%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD8035 (or 0xBD8035) is known color: Geebung. HEX triplet: BD, 80 and 35. RGB value is (189,128,53). Sum of RGB (Red+Green+Blue) = 189+128+53=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8035 is #427FCA. Grayscale: #8A8A8A. Windows color (decimal): -4358091 or 3506365. OLE color: 3506365.

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

Color convert

RGB 189 128 53 -
CMYK 0 0.32 0.72 0.26
HSL 33.09º 0.56% 0.47% -
HSV(B) 33.09º 0.72% 0.74% -
XYZ 29.35 26.51 6.94 -
YUV 137.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 189 128 53 0 0.32 0.72 0.26 33.09 0.56 0.47
Hex BD 80 35 0 20 48 1A 21 38 2F
Octal 275 200 65 0 40 110 32 41 70 57
Binary 10111101 10000000 110101 0 100000 1001000 11010 100001 111000 101111

Color Harmonies of #BD8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8035

Black with #BD8035

Text Example


Text Example

White with #BD8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8035; }

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

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

background-color css

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

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

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

border-color css

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

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

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