Html Css Color HEX #B14826 Rose Of Sharon

📋 copy color: '#B14826'

red 177 ◦ green 72 ◦ blue 38

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

Shades of Rose Of Sharon #B14826

Tints of Rose Of Sharon #B14826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 61.67%
G = 25.09%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B14826 (or 0xB14826) is known color: Rose Of Sharon. HEX triplet: B1, 48 and 26. RGB value is (177,72,38). Sum of RGB (Red+Green+Blue) = 177+72+38=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B14826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14826 is #4EB7D9. Grayscale: #636363. Windows color (decimal): -5158874 or 2508977. OLE color: 2508977.

HSL color Cylindrical-coordinate representation of color #B14826: hue angle of 14.68º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B14826 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 38 -
CMYK 0 0.59 0.79 0.31
HSL 14.68º 0.65% 0.42% -
HSV(B) 14.68º 0.79% 0.69% -
XYZ 20.8 14.12 3.46 -
YUV 99.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 177 72 38 0 0.59 0.79 0.31 14.68 0.65 0.42
Hex B1 48 26 0 3B 4F 1F F 41 2A
Octal 261 110 46 0 73 117 37 17 101 52
Binary 10110001 1001000 100110 0 111011 1001111 11111 1111 1000001 101010

Color Harmonies of #B14826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14826

Black with #B14826

Text Example


Text Example

White with #B14826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14826; }

 p { color: rgb(177,72,38); }

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

background-color css

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

 a { background-color: rgb(177,72,38); }

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

border-color css

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

 span { border-color: rgb(177,72,38); }

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