Html Css Color HEX #BB442F Grenadier

📋 copy color: '#BB442F'

red 187 ◦ green 68 ◦ blue 47

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

Shades of Grenadier #BB442F

Tints of Grenadier #BB442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 61.92%
G = 22.52%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB442F (or 0xBB442F) is known color: Grenadier. HEX triplet: BB, 44 and 2F. RGB value is (187,68,47). Sum of RGB (Red+Green+Blue) = 187+68+47=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB442F is #44BBD0. Grayscale: #656565. Windows color (decimal): -4504529 or 3097787. OLE color: 3097787.

HSL color Cylindrical-coordinate representation of color #BB442F: hue angle of 9º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB442F is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 47 -
CMYK 0 0.64 0.75 0.27
HSL 0.6% 0.46% -
HSV(B) 0.75% 0.73% -
XYZ 23.07 14.9 4.35 -
YUV 101.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 187 68 47 0 0.64 0.75 0.27 9 0.6 0.46
Hex BB 44 2F 0 40 4B 1B 9 3C 2E
Octal 273 104 57 0 100 113 33 11 74 56
Binary 10111011 1000100 101111 0 1000000 1001011 11011 1001 111100 101110

Color Harmonies of #BB442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB442F

Black with #BB442F

Text Example


Text Example

White with #BB442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB442F; }

 p { color: rgb(187,68,47); }

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

background-color css

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

 a { background-color: rgb(187,68,47); }

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

border-color css

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

 span { border-color: rgb(187,68,47); }

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