Html Css Color HEX #B73C4B Old Rose

📋 copy color: '#B73C4B'

red 183 ◦ green 60 ◦ blue 75

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

Shades of Old Rose #B73C4B

Tints of Old Rose #B73C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 57.55%
G = 18.87%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B73C4B (or 0xB73C4B) is known color: Old Rose. HEX triplet: B7, 3C and 4B. RGB value is (183,60,75). Sum of RGB (Red+Green+Blue) = 183+60+75=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C4B is #48C3B4. Grayscale: #626262. Windows color (decimal): -4768693 or 4930743. OLE color: 4930743.

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

Color convert

RGB 183 60 75 -
CMYK 0 0.67 0.59 0.28
HSL 352.68º 0.51% 0.48% -
HSV(B) 352.68º 0.67% 0.72% -
XYZ 22.41 13.81 8.14 -
YUV 98.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 183 60 75 0 0.67 0.59 0.28 352.68 0.51 0.48
Hex B7 3C 4B 0 43 3B 1C 161 33 30
Octal 267 74 113 0 103 73 34 541 63 60
Binary 10110111 111100 1001011 0 1000011 111011 11100 101100001 110011 110000

Color Harmonies of #B73C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C4B

Black with #B73C4B

Text Example


Text Example

White with #B73C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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