Html Css Color HEX #B95020 Rose Of Sharon

📋 copy color: '#B95020'

red 185 ◦ green 80 ◦ blue 32

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

Shades of Rose Of Sharon #B95020

Tints of Rose Of Sharon #B95020

RGB

 RED value IS 185 (72.66% from 255) = 62.29%

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

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 62.29%
G = 26.94%
B = 10.77%

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

#B95020 (or 0xB95020) is known color: Rose Of Sharon. HEX triplet: B9, 50 and 20. RGB value is (185,80,32). Sum of RGB (Red+Green+Blue) = 185+80+32=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B95020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95020 is #46AFDF. Grayscale: #6A6A6A. Windows color (decimal): -4632544 or 2117817. OLE color: 2117817.

HSL color Cylindrical-coordinate representation of color #B95020: hue angle of 18.82º degrees, saturation: 0.71, 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 #B95020 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 32 -
CMYK 0 0.57 0.83 0.27
HSL 18.82º 0.71% 0.43% -
HSV(B) 18.82º 0.83% 0.73% -
XYZ 23.14 16.16 3.27 -
YUV 105.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 185 80 32 0 0.57 0.83 0.27 18.82 0.71 0.43
Hex B9 50 20 0 39 53 1B 13 47 2B
Octal 271 120 40 0 71 123 33 23 107 53
Binary 10111001 1010000 100000 0 111001 1010011 11011 10011 1000111 101011

Color Harmonies of #B95020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95020

Black with #B95020

Text Example


Text Example

White with #B95020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95020; }

 p { color: rgb(185,80,32); }

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

background-color css

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

 a { background-color: rgb(185,80,32); }

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

border-color css

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

 span { border-color: rgb(185,80,32); }

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