Html Css Color HEX #BC8324 Geebung

📋 copy color: '#BC8324'

red 188 ◦ green 131 ◦ blue 36

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

Shades of Geebung #BC8324

Tints of Geebung #BC8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 52.96%
G = 36.9%
B = 10.14%

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

#BC8324 (or 0xBC8324) is known color: Geebung. HEX triplet: BC, 83 and 24. RGB value is (188,131,36). Sum of RGB (Red+Green+Blue) = 188+131+36=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8324 is #437CDB. Grayscale: #898989. Windows color (decimal): -4422876 or 2393020. OLE color: 2393020.

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

Color convert

RGB 188 131 36 -
CMYK 0 0.30 0.81 0.26
HSL 37.5º 0.68% 0.44% -
HSV(B) 37.5º 0.81% 0.74% -
XYZ 29.17 27.05 5.35 -
YUV 137.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 188 131 36 0 0.30 0.81 0.26 37.5 0.68 0.44
Hex BC 83 24 0 1E 51 1A 26 44 2C
Octal 274 203 44 0 36 121 32 46 104 54
Binary 10111100 10000011 100100 0 11110 1010001 11010 100110 1000100 101100

Color Harmonies of #BC8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8324

Black with #BC8324

Text Example


Text Example

White with #BC8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8324; }

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

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

background-color css

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

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

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

border-color css

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

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

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