Html Css Color HEX #B64245 Old Rose

📋 copy color: '#B64245'

red 182 ◦ green 66 ◦ blue 69

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

Shades of Old Rose #B64245

Tints of Old Rose #B64245

RGB

 RED value IS 182 (71.48% from 255) = 57.41%

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 57.41%
G = 20.82%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64245 (or 0xB64245) is known color: Old Rose. HEX triplet: B6, 42 and 45. RGB value is (182,66,69). Sum of RGB (Red+Green+Blue) = 182+66+69=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64245 is #49BDBA. Grayscale: #656565. Windows color (decimal): -4832699 or 4539062. OLE color: 4539062.

HSL color Cylindrical-coordinate representation of color #B64245: hue angle of 358.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64245 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 69 -
CMYK 0 0.64 0.62 0.29
HSL 358.45º 0.47% 0.49% -
HSV(B) 358.45º 0.64% 0.71% -
XYZ 22.31 14.27 7.21 -
YUV 101.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 182 66 69 0 0.64 0.62 0.29 358.45 0.47 0.49
Hex B6 42 45 0 40 3E 1D 166 2F 31
Octal 266 102 105 0 100 76 35 546 57 61
Binary 10110110 1000010 1000101 0 1000000 111110 11101 101100110 101111 110001

Color Harmonies of #B64245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64245

Black with #B64245

Text Example


Text Example

White with #B64245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64245; }

 p { color: rgb(182,66,69); }

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

background-color css

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

 a { background-color: rgb(182,66,69); }

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

border-color css

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

 span { border-color: rgb(182,66,69); }

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