Html Css Color HEX #B73E4B Old Rose

📋 copy color: '#B73E4B'

red 183 ◦ green 62 ◦ blue 75

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

Shades of Old Rose #B73E4B

Tints of Old Rose #B73E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

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

R = 57.19%
G = 19.38%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B73E4B (or 0xB73E4B) is known color: Old Rose. HEX triplet: B7, 3E and 4B. RGB value is (183,62,75). Sum of RGB (Red+Green+Blue) = 183+62+75=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E4B is #48C1B4. Grayscale: #636363. Windows color (decimal): -4768181 or 4931255. OLE color: 4931255.

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

Color convert

RGB 183 62 75 -
CMYK 0 0.66 0.59 0.28
HSL 353.55º 0.49% 0.48% -
HSV(B) 353.55º 0.66% 0.72% -
XYZ 22.52 14.02 8.18 -
YUV 99.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 183 62 75 0 0.66 0.59 0.28 353.55 0.49 0.48
Hex B7 3E 4B 0 42 3B 1C 162 31 30
Octal 267 76 113 0 102 73 34 542 61 60
Binary 10110111 111110 1001011 0 1000010 111011 11100 101100010 110001 110000

Color Harmonies of #B73E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E4B

Black with #B73E4B

Text Example


Text Example

White with #B73E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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