Html Css Color HEX #B74B28 Rose Of Sharon

📋 copy color: '#B74B28'

red 183 ◦ green 75 ◦ blue 40

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

Shades of Rose Of Sharon #B74B28

Tints of Rose Of Sharon #B74B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 61.41%
G = 25.17%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B74B28 (or 0xB74B28) is known color: Rose Of Sharon. HEX triplet: B7, 4B and 28. RGB value is (183,75,40). Sum of RGB (Red+Green+Blue) = 183+75+40=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B28 is #48B4D7. Grayscale: #676767. Windows color (decimal): -4764888 or 2640823. OLE color: 2640823.

HSL color Cylindrical-coordinate representation of color #B74B28: hue angle of 14.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B74B28 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 40 -
CMYK 0 0.59 0.78 0.28
HSL 14.69º 0.64% 0.44% -
HSV(B) 14.69º 0.78% 0.72% -
XYZ 22.43 15.25 3.77 -
YUV 103.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 183 75 40 0 0.59 0.78 0.28 14.69 0.64 0.44
Hex B7 4B 28 0 3B 4E 1C F 40 2C
Octal 267 113 50 0 73 116 34 17 100 54
Binary 10110111 1001011 101000 0 111011 1001110 11100 1111 1000000 101100

Color Harmonies of #B74B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B28

Black with #B74B28

Text Example


Text Example

White with #B74B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B28; }

 p { color: rgb(183,75,40); }

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

background-color css

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

 a { background-color: rgb(183,75,40); }

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

border-color css

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

 span { border-color: rgb(183,75,40); }

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