Html Css Color HEX #BB483D Grenadier

📋 copy color: '#BB483D'

red 187 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #BB483D

Tints of Grenadier #BB483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 58.44%
G = 22.5%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB483D (or 0xBB483D) is known color: Grenadier. HEX triplet: BB, 48 and 3D. RGB value is (187,72,61). Sum of RGB (Red+Green+Blue) = 187+72+61=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB483D is #44B7C2. Grayscale: #696969. Windows color (decimal): -4503491 or 4016315. OLE color: 4016315.

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

Color convert

RGB 187 72 61 -
CMYK 0 0.61 0.67 0.27
HSL 5.24º 0.51% 0.49% -
HSV(B) 5.24º 0.67% 0.73% -
XYZ 23.65 15.54 6.17 -
YUV 105.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 187 72 61 0 0.61 0.67 0.27 5.24 0.51 0.49
Hex BB 48 3D 0 3D 43 1B 5 33 31
Octal 273 110 75 0 75 103 33 5 63 61
Binary 10111011 1001000 111101 0 111101 1000011 11011 101 110011 110001

Color Harmonies of #BB483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB483D

Black with #BB483D

Text Example


Text Example

White with #BB483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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