Html Css Color HEX #BC4327 Grenadier

📋 copy color: '#BC4327'

red 188 ◦ green 67 ◦ blue 39

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

Shades of Grenadier #BC4327

Tints of Grenadier #BC4327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 63.95%
G = 22.79%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4327 (or 0xBC4327) is known color: Grenadier. HEX triplet: BC, 43 and 27. RGB value is (188,67,39). Sum of RGB (Red+Green+Blue) = 188+67+39=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4327 is #43BCD8. Grayscale: #646464. Windows color (decimal): -4439257 or 2573244. OLE color: 2573244.

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

Color convert

RGB 188 67 39 -
CMYK 0 0.64 0.79 0.26
HSL 11.28º 0.66% 0.45% -
HSV(B) 11.28º 0.79% 0.74% -
XYZ 23.11 14.85 3.57 -
YUV 99.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 188 67 39 0 0.64 0.79 0.26 11.28 0.66 0.45
Hex BC 43 27 0 40 4F 1A B 42 2D
Octal 274 103 47 0 100 117 32 13 102 55
Binary 10111100 1000011 100111 0 1000000 1001111 11010 1011 1000010 101101

Color Harmonies of #BC4327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4327

Black with #BC4327

Text Example


Text Example

White with #BC4327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4327; }

 p { color: rgb(188,67,39); }

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

background-color css

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

 a { background-color: rgb(188,67,39); }

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

border-color css

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

 span { border-color: rgb(188,67,39); }

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