Html Css Color HEX #B65025 Rose Of Sharon

📋 copy color: '#B65025'

red 182 ◦ green 80 ◦ blue 37

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

Shades of Rose Of Sharon #B65025

Tints of Rose Of Sharon #B65025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 60.87%
G = 26.76%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B65025 (or 0xB65025) is known color: Rose Of Sharon. HEX triplet: B6, 50 and 25. RGB value is (182,80,37). Sum of RGB (Red+Green+Blue) = 182+80+37=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B65025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65025 is #49AFDA. Grayscale: #696969. Windows color (decimal): -4829147 or 2445494. OLE color: 2445494.

HSL color Cylindrical-coordinate representation of color #B65025: hue angle of 17.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B65025 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 37 -
CMYK 0 0.56 0.80 0.29
HSL 17.79º 0.66% 0.43% -
HSV(B) 17.79º 0.8% 0.71% -
XYZ 22.49 15.82 3.62 -
YUV 105.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 182 80 37 0 0.56 0.80 0.29 17.79 0.66 0.43
Hex B6 50 25 0 38 50 1D 12 42 2B
Octal 266 120 45 0 70 120 35 22 102 53
Binary 10110110 1010000 100101 0 111000 1010000 11101 10010 1000010 101011

Color Harmonies of #B65025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65025

Black with #B65025

Text Example


Text Example

White with #B65025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65025; }

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

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

background-color css

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

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

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

border-color css

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

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

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