Html Css Color HEX #BB4935 Grenadier

📋 copy color: '#BB4935'

red 187 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #BB4935

Tints of Grenadier #BB4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 59.74%
G = 23.32%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4935 (or 0xBB4935) is known color: Grenadier. HEX triplet: BB, 49 and 35. RGB value is (187,73,53). Sum of RGB (Red+Green+Blue) = 187+73+53=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4935 is #44B6CA. Grayscale: #696969. Windows color (decimal): -4503243 or 3492283. OLE color: 3492283.

HSL color Cylindrical-coordinate representation of color #BB4935: hue angle of 8.96º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB4935 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 53 -
CMYK 0 0.61 0.72 0.27
HSL 8.96º 0.56% 0.47% -
HSV(B) 8.96º 0.72% 0.73% -
XYZ 23.52 15.59 5.14 -
YUV 104.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 187 73 53 0 0.61 0.72 0.27 8.96 0.56 0.47
Hex BB 49 35 0 3D 48 1B 9 38 2F
Octal 273 111 65 0 75 110 33 11 70 57
Binary 10111011 1001001 110101 0 111101 1001000 11011 1001 111000 101111

Color Harmonies of #BB4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4935

Black with #BB4935

Text Example


Text Example

White with #BB4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4935; }

 p { color: rgb(187,73,53); }

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

background-color css

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

 a { background-color: rgb(187,73,53); }

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

border-color css

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

 span { border-color: rgb(187,73,53); }

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