Html Css Color HEX #BB462A Grenadier

📋 copy color: '#BB462A'

red 187 ◦ green 70 ◦ blue 42

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

Shades of Grenadier #BB462A

Tints of Grenadier #BB462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 62.54%
G = 23.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB462A (or 0xBB462A) is known color: Grenadier. HEX triplet: BB, 46 and 2A. RGB value is (187,70,42). Sum of RGB (Red+Green+Blue) = 187+70+42=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB462A is #44B9D5. Grayscale: #666666. Windows color (decimal): -4504022 or 2770619. OLE color: 2770619.

HSL color Cylindrical-coordinate representation of color #BB462A: hue angle of 11.59º 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 #BB462A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 42 -
CMYK 0 0.63 0.78 0.27
HSL 11.59º 0.63% 0.45% -
HSV(B) 11.59º 0.78% 0.73% -
XYZ 23.1 15.11 3.89 -
YUV 101.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 187 70 42 0 0.63 0.78 0.27 11.59 0.63 0.45
Hex BB 46 2A 0 3F 4E 1B C 3F 2D
Octal 273 106 52 0 77 116 33 14 77 55
Binary 10111011 1000110 101010 0 111111 1001110 11011 1100 111111 101101

Color Harmonies of #BB462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB462A

Black with #BB462A

Text Example


Text Example

White with #BB462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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