Html Css Color HEX #BB422A Grenadier

📋 copy color: '#BB422A'

red 187 ◦ green 66 ◦ blue 42

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

Shades of Grenadier #BB422A

Tints of Grenadier #BB422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 63.39%
G = 22.37%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB422A (or 0xBB422A) is known color: Grenadier. HEX triplet: BB, 42 and 2A. RGB value is (187,66,42). Sum of RGB (Red+Green+Blue) = 187+66+42=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB422A is #44BDD5. Grayscale: #636363. Windows color (decimal): -4505046 or 2769595. OLE color: 2769595.

HSL color Cylindrical-coordinate representation of color #BB422A: hue angle of 9.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB422A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 42 -
CMYK 0 0.65 0.78 0.27
HSL 9.93º 0.63% 0.45% -
HSV(B) 9.93º 0.78% 0.73% -
XYZ 22.86 14.63 3.81 -
YUV 99.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 187 66 42 0 0.65 0.78 0.27 9.93 0.63 0.45
Hex BB 42 2A 0 41 4E 1B A 3F 2D
Octal 273 102 52 0 101 116 33 12 77 55
Binary 10111011 1000010 101010 0 1000001 1001110 11011 1010 111111 101101

Color Harmonies of #BB422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB422A

Black with #BB422A

Text Example


Text Example

White with #BB422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB422A; }

 p { color: rgb(187,66,42); }

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

background-color css

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

 a { background-color: rgb(187,66,42); }

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

border-color css

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

 span { border-color: rgb(187,66,42); }

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