Html Css Color HEX #BC862A Geebung

📋 copy color: '#BC862A'

red 188 ◦ green 134 ◦ blue 42

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

Shades of Geebung #BC862A

Tints of Geebung #BC862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 51.65%
G = 36.81%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC862A (or 0xBC862A) is known color: Geebung. HEX triplet: BC, 86 and 2A. RGB value is (188,134,42). Sum of RGB (Red+Green+Blue) = 188+134+42=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC862A is #4379D5. Grayscale: #8C8C8C. Windows color (decimal): -4422102 or 2787004. OLE color: 2787004.

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

Color convert

RGB 188 134 42 -
CMYK 0 0.29 0.78 0.26
HSL 37.81º 0.63% 0.45% -
HSV(B) 37.81º 0.78% 0.74% -
XYZ 29.68 27.91 6.01 -
YUV 139.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 188 134 42 0 0.29 0.78 0.26 37.81 0.63 0.45
Hex BC 86 2A 0 1D 4E 1A 26 3F 2D
Octal 274 206 52 0 35 116 32 46 77 55
Binary 10111100 10000110 101010 0 11101 1001110 11010 100110 111111 101101

Color Harmonies of #BC862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC862A

Black with #BC862A

Text Example


Text Example

White with #BC862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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