Html Css Color HEX #B14624 Rose Of Sharon

📋 copy color: '#B14624'

red 177 ◦ green 70 ◦ blue 36

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

Shades of Rose Of Sharon #B14624

Tints of Rose Of Sharon #B14624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 62.54%
G = 24.73%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B14624 (or 0xB14624) is known color: Rose Of Sharon. HEX triplet: B1, 46 and 24. RGB value is (177,70,36). Sum of RGB (Red+Green+Blue) = 177+70+36=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B14624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14624 is #4EB9DB. Grayscale: #626262. Windows color (decimal): -5159388 or 2377393. OLE color: 2377393.

HSL color Cylindrical-coordinate representation of color #B14624: hue angle of 14.47º degrees, saturation: 0.66, 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 #B14624 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 36 -
CMYK 0 0.60 0.80 0.31
HSL 14.47º 0.66% 0.42% -
HSV(B) 14.47º 0.8% 0.69% -
XYZ 20.64 13.85 3.26 -
YUV 98.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 177 70 36 0 0.60 0.80 0.31 14.47 0.66 0.42
Hex B1 46 24 0 3C 50 1F E 42 2A
Octal 261 106 44 0 74 120 37 16 102 52
Binary 10110001 1000110 100100 0 111100 1010000 11111 1110 1000010 101010

Color Harmonies of #B14624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14624

Black with #B14624

Text Example


Text Example

White with #B14624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14624; }

 p { color: rgb(177,70,36); }

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

background-color css

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

 a { background-color: rgb(177,70,36); }

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

border-color css

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

 span { border-color: rgb(177,70,36); }

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