Html Css Color HEX #B75122 Rose Of Sharon

📋 copy color: '#B75122'

red 183 ◦ green 81 ◦ blue 34

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

Shades of Rose Of Sharon #B75122

Tints of Rose Of Sharon #B75122

RGB

 RED value IS 183 (71.88% from 255) = 61.41%

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 61.41%
G = 27.18%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B75122 (or 0xB75122) is known color: Rose Of Sharon. HEX triplet: B7, 51 and 22. RGB value is (183,81,34). Sum of RGB (Red+Green+Blue) = 183+81+34=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B75122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75122 is #48AEDD. Grayscale: #6A6A6A. Windows color (decimal): -4763358 or 2249143. OLE color: 2249143.

HSL color Cylindrical-coordinate representation of color #B75122: hue angle of 18.93º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B75122 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 34 -
CMYK 0 0.56 0.81 0.28
HSL 18.93º 0.69% 0.43% -
HSV(B) 18.93º 0.81% 0.72% -
XYZ 22.76 16.07 3.42 -
YUV 106.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 183 81 34 0 0.56 0.81 0.28 18.93 0.69 0.43
Hex B7 51 22 0 38 51 1C 13 45 2B
Octal 267 121 42 0 70 121 34 23 105 53
Binary 10110111 1010001 100010 0 111000 1010001 11100 10011 1000101 101011

Color Harmonies of #B75122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75122

Black with #B75122

Text Example


Text Example

White with #B75122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75122; }

 p { color: rgb(183,81,34); }

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

background-color css

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

 a { background-color: rgb(183,81,34); }

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

border-color css

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

 span { border-color: rgb(183,81,34); }

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