Html Css Color HEX #BB5334 Grenadier

📋 copy color: '#BB5334'

red 187 ◦ green 83 ◦ blue 52

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

Shades of Grenadier #BB5334

Tints of Grenadier #BB5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 58.07%
G = 25.78%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB5334 (or 0xBB5334) is known color: Grenadier. HEX triplet: BB, 53 and 34. RGB value is (187,83,52). Sum of RGB (Red+Green+Blue) = 187+83+52=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5334 is #44ACCB. Grayscale: #6E6E6E. Windows color (decimal): -4500684 or 3429307. OLE color: 3429307.

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

Color convert

RGB 187 83 52 -
CMYK 0 0.56 0.72 0.27
HSL 13.78º 0.56% 0.47% -
HSV(B) 13.78º 0.72% 0.73% -
XYZ 24.21 17 5.25 -
YUV 110.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 187 83 52 0 0.56 0.72 0.27 13.78 0.56 0.47
Hex BB 53 34 0 38 48 1B E 38 2F
Octal 273 123 64 0 70 110 33 16 70 57
Binary 10111011 1010011 110100 0 111000 1001000 11011 1110 111000 101111

Color Harmonies of #BB5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5334

Black with #BB5334

Text Example


Text Example

White with #BB5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5334; }

 p { color: rgb(187,83,52); }

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

background-color css

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

 a { background-color: rgb(187,83,52); }

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

border-color css

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

 span { border-color: rgb(187,83,52); }

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