Html Css Color HEX #BC8424 Geebung

📋 copy color: '#BC8424'

red 188 ◦ green 132 ◦ blue 36

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

Shades of Geebung #BC8424

Tints of Geebung #BC8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 36 (14.45% from 255) = 10.11%

R = 52.81%
G = 37.08%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8424 (or 0xBC8424) is known color: Geebung. HEX triplet: BC, 84 and 24. RGB value is (188,132,36). Sum of RGB (Red+Green+Blue) = 188+132+36=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8424 is #437BDB. Grayscale: #8A8A8A. Windows color (decimal): -4422620 or 2393276. OLE color: 2393276.

HSL color Cylindrical-coordinate representation of color #BC8424: hue angle of 37.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8424 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 36 -
CMYK 0 0.30 0.81 0.26
HSL 37.89º 0.68% 0.44% -
HSV(B) 37.89º 0.81% 0.74% -
XYZ 29.31 27.32 5.4 -
YUV 137.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 188 132 36 0 0.30 0.81 0.26 37.89 0.68 0.44
Hex BC 84 24 0 1E 51 1A 26 44 2C
Octal 274 204 44 0 36 121 32 46 104 54
Binary 10111100 10000100 100100 0 11110 1010001 11010 100110 1000100 101100

Color Harmonies of #BC8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8424

Black with #BC8424

Text Example


Text Example

White with #BC8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8424; }

 p { color: rgb(188,132,36); }

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

background-color css

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

 a { background-color: rgb(188,132,36); }

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

border-color css

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

 span { border-color: rgb(188,132,36); }

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