Html Css Color HEX #B14C22 Rose Of Sharon

📋 copy color: '#B14C22'

red 177 ◦ green 76 ◦ blue 34

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

Shades of Rose Of Sharon #B14C22

Tints of Rose Of Sharon #B14C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

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

R = 61.67%
G = 26.48%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14C22 (or 0xB14C22) is known color: Rose Of Sharon. HEX triplet: B1, 4C and 22. RGB value is (177,76,34). Sum of RGB (Red+Green+Blue) = 177+76+34=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C22 is #4EB3DD. Grayscale: #656565. Windows color (decimal): -5157854 or 2247857. OLE color: 2247857.

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

Color convert

RGB 177 76 34 -
CMYK 0 0.57 0.81 0.31
HSL 17.62º 0.68% 0.41% -
HSV(B) 17.62º 0.81% 0.69% -
XYZ 21 14.63 3.23 -
YUV 101.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 177 76 34 0 0.57 0.81 0.31 17.62 0.68 0.41
Hex B1 4C 22 0 39 51 1F 12 44 29
Octal 261 114 42 0 71 121 37 22 104 51
Binary 10110001 1001100 100010 0 111001 1010001 11111 10010 1000100 101001

Color Harmonies of #B14C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C22

Black with #B14C22

Text Example


Text Example

White with #B14C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C22; }

 p { color: rgb(177,76,34); }

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

background-color css

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

 a { background-color: rgb(177,76,34); }

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

border-color css

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

 span { border-color: rgb(177,76,34); }

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