Html Css Color HEX #BB501F Rose Of Sharon

📋 copy color: '#BB501F'

red 187 ◦ green 80 ◦ blue 31

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

Shades of Rose Of Sharon #BB501F

Tints of Rose Of Sharon #BB501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 62.75%
G = 26.85%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB501F (or 0xBB501F) is known color: Rose Of Sharon. HEX triplet: BB, 50 and 1F. RGB value is (187,80,31). Sum of RGB (Red+Green+Blue) = 187+80+31=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501F is #44AFE0. Grayscale: #6A6A6A. Windows color (decimal): -4501473 or 2052283. OLE color: 2052283.

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

Color convert

RGB 187 80 31 -
CMYK 0 0.57 0.83 0.27
HSL 18.85º 0.72% 0.43% -
HSV(B) 18.85º 0.83% 0.73% -
XYZ 23.61 16.4 3.22 -
YUV 106.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 187 80 31 0 0.57 0.83 0.27 18.85 0.72 0.43
Hex BB 50 1F 0 39 53 1B 13 48 2B
Octal 273 120 37 0 71 123 33 23 110 53
Binary 10111011 1010000 11111 0 111001 1010011 11011 10011 1001000 101011

Color Harmonies of #BB501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB501F

Black with #BB501F

Text Example


Text Example

White with #BB501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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