Html Css Color HEX #BB4326 Grenadier

📋 copy color: '#BB4326'

red 187 ◦ green 67 ◦ blue 38

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

Shades of Grenadier #BB4326

Tints of Grenadier #BB4326

RGB

 RED value IS 187 (73.44% from 255) = 64.04%

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

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 64.04%
G = 22.95%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4326 (or 0xBB4326) is known color: Grenadier. HEX triplet: BB, 43 and 26. RGB value is (187,67,38). Sum of RGB (Red+Green+Blue) = 187+67+38=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4326 is #44BCD9. Grayscale: #636363. Windows color (decimal): -4504794 or 2507707. OLE color: 2507707.

HSL color Cylindrical-coordinate representation of color #BB4326: hue angle of 11.68º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4326 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 38 -
CMYK 0 0.64 0.80 0.27
HSL 11.68º 0.66% 0.44% -
HSV(B) 11.68º 0.8% 0.73% -
XYZ 22.85 14.72 3.47 -
YUV 99.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 187 67 38 0 0.64 0.80 0.27 11.68 0.66 0.44
Hex BB 43 26 0 40 50 1B C 42 2C
Octal 273 103 46 0 100 120 33 14 102 54
Binary 10111011 1000011 100110 0 1000000 1010000 11011 1100 1000010 101100

Color Harmonies of #BB4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4326

Black with #BB4326

Text Example


Text Example

White with #BB4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4326; }

 p { color: rgb(187,67,38); }

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

background-color css

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

 a { background-color: rgb(187,67,38); }

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

border-color css

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

 span { border-color: rgb(187,67,38); }

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