Html Css Color HEX #BB4A23 Rose Of Sharon

📋 copy color: '#BB4A23'

red 187 ◦ green 74 ◦ blue 35

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

Shades of Rose Of Sharon #BB4A23

Tints of Rose Of Sharon #BB4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 63.18%
G = 25%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB4A23 (or 0xBB4A23) is known color: Rose Of Sharon. HEX triplet: BB, 4A and 23. RGB value is (187,74,35). Sum of RGB (Red+Green+Blue) = 187+74+35=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A23 is #44B5DC. Grayscale: #676767. Windows color (decimal): -4503005 or 2312891. OLE color: 2312891.

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

Color convert

RGB 187 74 35 -
CMYK 0 0.60 0.81 0.27
HSL 15.39º 0.68% 0.44% -
HSV(B) 15.39º 0.81% 0.73% -
XYZ 23.25 15.58 3.37 -
YUV 103.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 187 74 35 0 0.60 0.81 0.27 15.39 0.68 0.44
Hex BB 4A 23 0 3C 51 1B F 44 2C
Octal 273 112 43 0 74 121 33 17 104 54
Binary 10111011 1001010 100011 0 111100 1010001 11011 1111 1000100 101100

Color Harmonies of #BB4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A23

Black with #BB4A23

Text Example


Text Example

White with #BB4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A23; }

 p { color: rgb(187,74,35); }

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

background-color css

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

 a { background-color: rgb(187,74,35); }

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

border-color css

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

 span { border-color: rgb(187,74,35); }

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