Html Css Color HEX #BC862D Geebung

📋 copy color: '#BC862D'

red 188 ◦ green 134 ◦ blue 45

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

Shades of Geebung #BC862D

Tints of Geebung #BC862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 51.23%
G = 36.51%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC862D (or 0xBC862D) is known color: Geebung. HEX triplet: BC, 86 and 2D. RGB value is (188,134,45). Sum of RGB (Red+Green+Blue) = 188+134+45=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC862D is #4379D2. Grayscale: #8C8C8C. Windows color (decimal): -4422099 or 2983612. OLE color: 2983612.

HSL color Cylindrical-coordinate representation of color #BC862D: hue angle of 37.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC862D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 134 45 -
CMYK 0 0.29 0.76 0.26
HSL 37.34º 0.61% 0.46% -
HSV(B) 37.34º 0.76% 0.74% -
XYZ 29.74 27.93 6.31 -
YUV 140 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 188 134 45 0 0.29 0.76 0.26 37.34 0.61 0.46
Hex BC 86 2D 0 1D 4C 1A 25 3D 2E
Octal 274 206 55 0 35 114 32 45 75 56
Binary 10111100 10000110 101101 0 11101 1001100 11010 100101 111101 101110

Color Harmonies of #BC862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC862D

Black with #BC862D

Text Example


Text Example

White with #BC862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC862D; }

 p { color: rgb(188,134,45); }

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

background-color css

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

 a { background-color: rgb(188,134,45); }

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

border-color css

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

 span { border-color: rgb(188,134,45); }

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