Html Css Color HEX #B85023 Rose Of Sharon

📋 copy color: '#B85023'

red 184 ◦ green 80 ◦ blue 35

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

Shades of Rose Of Sharon #B85023

Tints of Rose Of Sharon #B85023

RGB

 RED value IS 184 (72.27% from 255) = 61.54%

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

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

R = 61.54%
G = 26.76%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B85023 (or 0xB85023) is known color: Rose Of Sharon. HEX triplet: B8, 50 and 23. RGB value is (184,80,35). Sum of RGB (Red+Green+Blue) = 184+80+35=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B85023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85023 is #47AFDC. Grayscale: #6A6A6A. Windows color (decimal): -4698077 or 2314424. OLE color: 2314424.

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

Color convert

RGB 184 80 35 -
CMYK 0 0.57 0.81 0.28
HSL 18.12º 0.68% 0.43% -
HSV(B) 18.12º 0.81% 0.72% -
XYZ 22.94 16.05 3.48 -
YUV 105.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 184 80 35 0 0.57 0.81 0.28 18.12 0.68 0.43
Hex B8 50 23 0 39 51 1C 12 44 2B
Octal 270 120 43 0 71 121 34 22 104 53
Binary 10111000 1010000 100011 0 111001 1010001 11100 10010 1000100 101011

Color Harmonies of #B85023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85023

Black with #B85023

Text Example


Text Example

White with #B85023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85023; }

 p { color: rgb(184,80,35); }

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

background-color css

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

 a { background-color: rgb(184,80,35); }

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

border-color css

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

 span { border-color: rgb(184,80,35); }

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