Html Css Color HEX #BD8137 Geebung

📋 copy color: '#BD8137'

red 189 ◦ green 129 ◦ blue 55

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

Shades of Geebung #BD8137

Tints of Geebung #BD8137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

 BLUE value IS 55 (21.88% from 255) = 14.75%

R = 50.67%
G = 34.58%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD8137 (or 0xBD8137) is known color: Geebung. HEX triplet: BD, 81 and 37. RGB value is (189,129,55). Sum of RGB (Red+Green+Blue) = 189+129+55=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8137 is #427EC8. Grayscale: #8A8A8A. Windows color (decimal): -4357833 or 3637693. OLE color: 3637693.

HSL color Cylindrical-coordinate representation of color #BD8137: hue angle of 33.13º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD8137 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 55 -
CMYK 0 0.32 0.71 0.26
HSL 33.13º 0.55% 0.48% -
HSV(B) 33.13º 0.71% 0.74% -
XYZ 29.53 26.8 7.23 -
YUV 138.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 189 129 55 0 0.32 0.71 0.26 33.13 0.55 0.48
Hex BD 81 37 0 20 47 1A 21 37 30
Octal 275 201 67 0 40 107 32 41 67 60
Binary 10111101 10000001 110111 0 100000 1000111 11010 100001 110111 110000

Color Harmonies of #BD8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8137

Black with #BD8137

Text Example


Text Example

White with #BD8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8137; }

 p { color: rgb(189,129,55); }

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

background-color css

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

 a { background-color: rgb(189,129,55); }

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

border-color css

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

 span { border-color: rgb(189,129,55); }

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