Html Css Color HEX #BB503D Grenadier

📋 copy color: '#BB503D'

red 187 ◦ green 80 ◦ blue 61

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

Shades of Grenadier #BB503D

Tints of Grenadier #BB503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 57.01%
G = 24.39%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB503D (or 0xBB503D) is known color: Grenadier. HEX triplet: BB, 50 and 3D. RGB value is (187,80,61). Sum of RGB (Red+Green+Blue) = 187+80+61=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB503D is #44AFC2. Grayscale: #6E6E6E. Windows color (decimal): -4501443 or 4018363. OLE color: 4018363.

HSL color Cylindrical-coordinate representation of color #BB503D: hue angle of 9.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB503D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 61 -
CMYK 0 0.57 0.67 0.27
HSL 9.05º 0.51% 0.49% -
HSV(B) 9.05º 0.67% 0.73% -
XYZ 24.2 16.64 6.35 -
YUV 109.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 187 80 61 0 0.57 0.67 0.27 9.05 0.51 0.49
Hex BB 50 3D 0 39 43 1B 9 33 31
Octal 273 120 75 0 71 103 33 11 63 61
Binary 10111011 1010000 111101 0 111001 1000011 11011 1001 110011 110001

Color Harmonies of #BB503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB503D

Black with #BB503D

Text Example


Text Example

White with #BB503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB503D; }

 p { color: rgb(187,80,61); }

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

background-color css

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

 a { background-color: rgb(187,80,61); }

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

border-color css

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

 span { border-color: rgb(187,80,61); }

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