Html Css Color HEX #BB501E Rose Of Sharon

📋 copy color: '#BB501E'

red 187 ◦ green 80 ◦ blue 30

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

Shades of Rose Of Sharon #BB501E

Tints of Rose Of Sharon #BB501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 62.96%
G = 26.94%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB501E (or 0xBB501E) is known color: Rose Of Sharon. HEX triplet: BB, 50 and 1E. RGB value is (187,80,30). Sum of RGB (Red+Green+Blue) = 187+80+30=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501E is #44AFE1. Grayscale: #6A6A6A. Windows color (decimal): -4501474 or 1986747. OLE color: 1986747.

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

Color convert

RGB 187 80 30 -
CMYK 0 0.57 0.84 0.27
HSL 19.11º 0.72% 0.43% -
HSV(B) 19.11º 0.84% 0.73% -
XYZ 23.6 16.4 3.15 -
YUV 106.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 187 80 30 0 0.57 0.84 0.27 19.11 0.72 0.43
Hex BB 50 1E 0 39 54 1B 13 48 2B
Octal 273 120 36 0 71 124 33 23 110 53
Binary 10111011 1010000 11110 0 111001 1010100 11011 10011 1001000 101011

Color Harmonies of #BB501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB501E

Black with #BB501E

Text Example


Text Example

White with #BB501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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