Html Css Color HEX #BB4628 Grenadier

📋 copy color: '#BB4628'

red 187 ◦ green 70 ◦ blue 40

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

Shades of Grenadier #BB4628

Tints of Grenadier #BB4628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 62.96%
G = 23.57%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4628 (or 0xBB4628) is known color: Grenadier. HEX triplet: BB, 46 and 28. RGB value is (187,70,40). Sum of RGB (Red+Green+Blue) = 187+70+40=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4628 is #44B9D7. Grayscale: #656565. Windows color (decimal): -4504024 or 2639547. OLE color: 2639547.

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

Color convert

RGB 187 70 40 -
CMYK 0 0.63 0.79 0.27
HSL 12.24º 0.65% 0.45% -
HSV(B) 12.24º 0.79% 0.73% -
XYZ 23.07 15.1 3.71 -
YUV 101.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 187 70 40 0 0.63 0.79 0.27 12.24 0.65 0.45
Hex BB 46 28 0 3F 4F 1B C 41 2D
Octal 273 106 50 0 77 117 33 14 101 55
Binary 10111011 1000110 101000 0 111111 1001111 11011 1100 1000001 101101

Color Harmonies of #BB4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4628

Black with #BB4628

Text Example


Text Example

White with #BB4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4628; }

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

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

background-color css

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

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

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

border-color css

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

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

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