Html Css Color HEX #B14321 Rose Of Sharon

📋 copy color: '#B14321'

red 177 ◦ green 67 ◦ blue 33

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

Shades of Rose Of Sharon #B14321

Tints of Rose Of Sharon #B14321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 63.9%
G = 24.19%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14321 (or 0xB14321) is known color: Rose Of Sharon. HEX triplet: B1, 43 and 21. RGB value is (177,67,33). Sum of RGB (Red+Green+Blue) = 177+67+33=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B14321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14321 is #4EBCDE. Grayscale: #606060. Windows color (decimal): -5160159 or 2180017. OLE color: 2180017.

HSL color Cylindrical-coordinate representation of color #B14321: hue angle of 14.17º degrees, saturation: 0.69, 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 #B14321 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 33 -
CMYK 0 0.62 0.81 0.31
HSL 14.17º 0.69% 0.41% -
HSV(B) 14.17º 0.81% 0.69% -
XYZ 20.41 13.47 2.96 -
YUV 96.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 177 67 33 0 0.62 0.81 0.31 14.17 0.69 0.41
Hex B1 43 21 0 3E 51 1F E 45 29
Octal 261 103 41 0 76 121 37 16 105 51
Binary 10110001 1000011 100001 0 111110 1010001 11111 1110 1000101 101001

Color Harmonies of #B14321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14321

Black with #B14321

Text Example


Text Example

White with #B14321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14321; }

 p { color: rgb(177,67,33); }

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

background-color css

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

 a { background-color: rgb(177,67,33); }

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

border-color css

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

 span { border-color: rgb(177,67,33); }

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