Html Css Color HEX #BB462E Grenadier

📋 copy color: '#BB462E'

red 187 ◦ green 70 ◦ blue 46

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

Shades of Grenadier #BB462E

Tints of Grenadier #BB462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 61.72%
G = 23.1%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB462E (or 0xBB462E) is known color: Grenadier. HEX triplet: BB, 46 and 2E. RGB value is (187,70,46). Sum of RGB (Red+Green+Blue) = 187+70+46=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB462E is #44B9D1. Grayscale: #666666. Windows color (decimal): -4504018 or 3032763. OLE color: 3032763.

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

Color convert

RGB 187 70 46 -
CMYK 0 0.63 0.75 0.27
HSL 10.21º 0.61% 0.46% -
HSV(B) 10.21º 0.75% 0.73% -
XYZ 23.18 15.14 4.29 -
YUV 102.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 187 70 46 0 0.63 0.75 0.27 10.21 0.61 0.46
Hex BB 46 2E 0 3F 4B 1B A 3D 2E
Octal 273 106 56 0 77 113 33 12 75 56
Binary 10111011 1000110 101110 0 111111 1001011 11011 1010 111101 101110

Color Harmonies of #BB462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB462E

Black with #BB462E

Text Example


Text Example

White with #BB462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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