Html Css Color HEX #B7384A Old Rose

📋 copy color: '#B7384A'

red 183 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B7384A

Tints of Old Rose #B7384A

RGB

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

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

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

R = 58.47%
G = 17.89%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7384A (or 0xB7384A) is known color: Old Rose. HEX triplet: B7, 38 and 4A. RGB value is (183,56,74). Sum of RGB (Red+Green+Blue) = 183+56+74=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7384A is #48C7B5. Grayscale: #606060. Windows color (decimal): -4769718 or 4864183. OLE color: 4864183.

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

Color convert

RGB 183 56 74 -
CMYK 0 0.69 0.60 0.28
HSL 351.5º 0.53% 0.47% -
HSV(B) 351.5º 0.69% 0.72% -
XYZ 22.18 13.39 7.89 -
YUV 96.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 183 56 74 0 0.69 0.60 0.28 351.5 0.53 0.47
Hex B7 38 4A 0 45 3C 1C 15F 35 2F
Octal 267 70 112 0 105 74 34 537 65 57
Binary 10110111 111000 1001010 0 1000101 111100 11100 101011111 110101 101111

Color Harmonies of #B7384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7384A

Black with #B7384A

Text Example


Text Example

White with #B7384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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