#BB4B25

Color #BB4B25 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #BB4B25

Tints of Rose Of Sharon #BB4B25

Color information

#BB4B25 (or 0xBB4B25) is unknown color: approx Rose Of Sharon. HEX triplet: BB, 4B and 25. RGB value is (187,75,37). Sum of RGB (Red+Green+Blue) = 187+75+37=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B25 is #44B4DA. Grayscale: #686868. Windows color (decimal): -4502747 or 2444219. OLE color: 2444219.

HSL color Cylindrical-coordinate representation of color #BB4B25: hue angle of 15.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4B25 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1877537-
CMYK00.600.800.27
HSL15.2º66.96%43.92%-
HSV(B)15.2º80.21%73.33%-
XYZ23.3415.733.56-
YUV104.1690.11187.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=62.54%
G=25.08%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187753700.600.800.2715.266.9643.92
HexBB4B2503C501Bf432c
Octal27311345074120331710354
Binary101110111001011100101011110010100001101111111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B25; }

 p { color: rgb(187,75,37); }

 H1.HeaderClassName
 {
   color: #BB4B25;
 }
 .AnyTagClassName
 {
   color: #BB4B25;
 }
</style>
background-color css

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

 a { background-color: rgb(187,75,37); }

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

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

 span { border-color: rgb(187,75,37); }

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