Html Css Color HEX #B05423 Rose Of Sharon

📋 copy color: '#B05423'

red 176 ◦ green 84 ◦ blue 35

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

Shades of Rose Of Sharon #B05423

Tints of Rose Of Sharon #B05423

RGB

 RED value IS 176 (69.14% from 255) = 59.66%

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 59.66%
G = 28.47%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05423 (or 0xB05423) is known color: Rose Of Sharon. HEX triplet: B0, 54 and 23. RGB value is (176,84,35). Sum of RGB (Red+Green+Blue) = 176+84+35=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B05423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05423 is #4FABDC. Grayscale: #6A6A6A. Windows color (decimal): -5221341 or 2315440. OLE color: 2315440.

HSL color Cylindrical-coordinate representation of color #B05423: hue angle of 20.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05423 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 35 -
CMYK 0 0.52 0.80 0.31
HSL 20.85º 0.67% 0.41% -
HSV(B) 20.85º 0.8% 0.69% -
XYZ 21.38 15.69 3.49 -
YUV 105.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 176 84 35 0 0.52 0.80 0.31 20.85 0.67 0.41
Hex B0 54 23 0 34 50 1F 15 43 29
Octal 260 124 43 0 64 120 37 25 103 51
Binary 10110000 1010100 100011 0 110100 1010000 11111 10101 1000011 101001

Color Harmonies of #B05423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05423

Black with #B05423

Text Example


Text Example

White with #B05423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05423; }

 p { color: rgb(176,84,35); }

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

background-color css

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

 a { background-color: rgb(176,84,35); }

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

border-color css

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

 span { border-color: rgb(176,84,35); }

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