Html Css Color HEX #B7384E Old Rose

📋 copy color: '#B7384E'

red 183 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #B7384E

Tints of Old Rose #B7384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 57.73%
G = 17.67%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7384E (or 0xB7384E) is known color: Old Rose. HEX triplet: B7, 38 and 4E. RGB value is (183,56,78). Sum of RGB (Red+Green+Blue) = 183+56+78=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7384E is #48C7B1. Grayscale: #606060. Windows color (decimal): -4769714 or 5126327. OLE color: 5126327.

HSL color Cylindrical-coordinate representation of color #B7384E: hue angle of 349.61º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7384E is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 78 -
CMYK 0 0.69 0.57 0.28
HSL 349.61º 0.53% 0.47% -
HSV(B) 349.61º 0.69% 0.72% -
XYZ 22.32 13.45 8.63 -
YUV 96.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 183 56 78 0 0.69 0.57 0.28 349.61 0.53 0.47
Hex B7 38 4E 0 45 39 1C 15E 35 2F
Octal 267 70 116 0 105 71 34 536 65 57
Binary 10110111 111000 1001110 0 1000101 111001 11100 101011110 110101 101111

Color Harmonies of #B7384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7384E

Black with #B7384E

Text Example


Text Example

White with #B7384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7384E; }

 p { color: rgb(183,56,78); }

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

background-color css

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

 a { background-color: rgb(183,56,78); }

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

border-color css

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

 span { border-color: rgb(183,56,78); }

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