Html Css Color HEX #B14E23 Rose Of Sharon

📋 copy color: '#B14E23'

red 177 ◦ green 78 ◦ blue 35

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

Shades of Rose Of Sharon #B14E23

Tints of Rose Of Sharon #B14E23

RGB

 RED value IS 177 (69.53% from 255) = 61.03%

 GREEN value IS 78 (30.86% from 255) = 26.9%

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

R = 61.03%
G = 26.9%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B14E23 (or 0xB14E23) is known color: Rose Of Sharon. HEX triplet: B1, 4E and 23. RGB value is (177,78,35). Sum of RGB (Red+Green+Blue) = 177+78+35=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E23 is #4EB1DC. Grayscale: #666666. Windows color (decimal): -5157341 or 2313905. OLE color: 2313905.

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

Color convert

RGB 177 78 35 -
CMYK 0 0.56 0.80 0.31
HSL 18.17º 0.67% 0.42% -
HSV(B) 18.17º 0.8% 0.69% -
XYZ 21.16 14.92 3.35 -
YUV 102.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 177 78 35 0 0.56 0.80 0.31 18.17 0.67 0.42
Hex B1 4E 23 0 38 50 1F 12 43 2A
Octal 261 116 43 0 70 120 37 22 103 52
Binary 10110001 1001110 100011 0 111000 1010000 11111 10010 1000011 101010

Color Harmonies of #B14E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E23

Black with #B14E23

Text Example


Text Example

White with #B14E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E23; }

 p { color: rgb(177,78,35); }

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

background-color css

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

 a { background-color: rgb(177,78,35); }

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

border-color css

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

 span { border-color: rgb(177,78,35); }

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