Html Css Color HEX #B7334A Old Rose

📋 copy color: '#B7334A'

red 183 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #B7334A

Tints of Old Rose #B7334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 59.42%
G = 16.56%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7334A (or 0xB7334A) is known color: Old Rose. HEX triplet: B7, 33 and 4A. RGB value is (183,51,74). Sum of RGB (Red+Green+Blue) = 183+51+74=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7334A is #48CCB5. Grayscale: #5D5D5D. Windows color (decimal): -4770998 or 4862903. OLE color: 4862903.

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

Color convert

RGB 183 51 74 -
CMYK 0 0.72 0.60 0.28
HSL 349.55º 0.56% 0.46% -
HSV(B) 349.55º 0.72% 0.72% -
XYZ 21.95 12.93 7.82 -
YUV 93.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 183 51 74 0 0.72 0.60 0.28 349.55 0.56 0.46
Hex B7 33 4A 0 48 3C 1C 15E 38 2E
Octal 267 63 112 0 110 74 34 536 70 56
Binary 10110111 110011 1001010 0 1001000 111100 11100 101011110 111000 101110

Color Harmonies of #B7334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7334A

Black with #B7334A

Text Example


Text Example

White with #B7334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7334A; }

 p { color: rgb(183,51,74); }

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

background-color css

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

 a { background-color: rgb(183,51,74); }

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

border-color css

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

 span { border-color: rgb(183,51,74); }

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