Html Css Color HEX #BC8137 Geebung

📋 copy color: '#BC8137'

red 188 ◦ green 129 ◦ blue 55

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

Shades of Geebung #BC8137

Tints of Geebung #BC8137

RGB

 RED value IS 188 (73.83% from 255) = 50.54%

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

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

R = 50.54%
G = 34.68%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC8137 (or 0xBC8137) is known color: Geebung. HEX triplet: BC, 81 and 37. RGB value is (188,129,55). Sum of RGB (Red+Green+Blue) = 188+129+55=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8137 is #437EC8. Grayscale: #8A8A8A. Windows color (decimal): -4423369 or 3637692. OLE color: 3637692.

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

Color convert

RGB 188 129 55 -
CMYK 0 0.31 0.71 0.26
HSL 33.38º 0.55% 0.48% -
HSV(B) 33.38º 0.71% 0.74% -
XYZ 29.28 26.67 7.22 -
YUV 138.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 188 129 55 0 0.31 0.71 0.26 33.38 0.55 0.48
Hex BC 81 37 0 1F 47 1A 21 37 30
Octal 274 201 67 0 37 107 32 41 67 60
Binary 10111100 10000001 110111 0 11111 1000111 11010 100001 110111 110000

Color Harmonies of #BC8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8137

Black with #BC8137

Text Example


Text Example

White with #BC8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8137; }

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

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

background-color css

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

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

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

border-color css

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

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

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