Html Css Color HEX #B65022 Rose Of Sharon

📋 copy color: '#B65022'

red 182 ◦ green 80 ◦ blue 34

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

Shades of Rose Of Sharon #B65022

Tints of Rose Of Sharon #B65022

RGB

 RED value IS 182 (71.48% from 255) = 61.49%

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

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 61.49%
G = 27.03%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B65022 (or 0xB65022) is known color: Rose Of Sharon. HEX triplet: B6, 50 and 22. RGB value is (182,80,34). Sum of RGB (Red+Green+Blue) = 182+80+34=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B65022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65022 is #49AFDD. Grayscale: #696969. Windows color (decimal): -4829150 or 2248886. OLE color: 2248886.

HSL color Cylindrical-coordinate representation of color #B65022: hue angle of 18.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B65022 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 34 -
CMYK 0 0.56 0.81 0.29
HSL 18.65º 0.69% 0.42% -
HSV(B) 18.65º 0.81% 0.71% -
XYZ 22.45 15.8 3.38 -
YUV 105.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 182 80 34 0 0.56 0.81 0.29 18.65 0.69 0.42
Hex B6 50 22 0 38 51 1D 13 45 2A
Octal 266 120 42 0 70 121 35 23 105 52
Binary 10110110 1010000 100010 0 111000 1010001 11101 10011 1000101 101010

Color Harmonies of #B65022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65022

Black with #B65022

Text Example


Text Example

White with #B65022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65022; }

 p { color: rgb(182,80,34); }

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

background-color css

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

 a { background-color: rgb(182,80,34); }

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

border-color css

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

 span { border-color: rgb(182,80,34); }

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