Html Css Color HEX #B7334B Old Rose

📋 copy color: '#B7334B'

red 183 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #B7334B

Tints of Old Rose #B7334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 59.22%
G = 16.5%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7334B (or 0xB7334B) is known color: Old Rose. HEX triplet: B7, 33 and 4B. RGB value is (183,51,75). Sum of RGB (Red+Green+Blue) = 183+51+75=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7334B is #48CCB4. Grayscale: #5D5D5D. Windows color (decimal): -4770997 or 4928439. OLE color: 4928439.

HSL color Cylindrical-coordinate representation of color #B7334B: hue angle of 349.09º 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 #B7334B is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 51 75 -
CMYK 0 0.72 0.59 0.28
HSL 349.09º 0.56% 0.46% -
HSV(B) 349.09º 0.72% 0.72% -
XYZ 21.98 12.94 8 -
YUV 93.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 183 51 75 0 0.72 0.59 0.28 349.09 0.56 0.46
Hex B7 33 4B 0 48 3B 1C 15D 38 2E
Octal 267 63 113 0 110 73 34 535 70 56
Binary 10110111 110011 1001011 0 1001000 111011 11100 101011101 111000 101110

Color Harmonies of #B7334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7334B

Black with #B7334B

Text Example


Text Example

White with #B7334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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