Html Css Color HEX #B14322 Rose Of Sharon

📋 copy color: '#B14322'

red 177 ◦ green 67 ◦ blue 34

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

Shades of Rose Of Sharon #B14322

Tints of Rose Of Sharon #B14322

RGB

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

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

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

R = 63.67%
G = 24.1%
B = 12.23%

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

#B14322 (or 0xB14322) is known color: Rose Of Sharon. HEX triplet: B1, 43 and 22. RGB value is (177,67,34). Sum of RGB (Red+Green+Blue) = 177+67+34=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B14322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14322 is #4EBCDD. Grayscale: #606060. Windows color (decimal): -5160158 or 2245553. OLE color: 2245553.

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

Color convert

RGB 177 67 34 -
CMYK 0 0.62 0.81 0.31
HSL 13.85º 0.68% 0.41% -
HSV(B) 13.85º 0.81% 0.69% -
XYZ 20.43 13.48 3.04 -
YUV 96.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 177 67 34 0 0.62 0.81 0.31 13.85 0.68 0.41
Hex B1 43 22 0 3E 51 1F E 44 29
Octal 261 103 42 0 76 121 37 16 104 51
Binary 10110001 1000011 100010 0 111110 1010001 11111 1110 1000100 101001

Color Harmonies of #B14322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14322

Black with #B14322

Text Example


Text Example

White with #B14322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14322; }

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

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

background-color css

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

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

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

border-color css

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

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

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