Html Css Color HEX #B6404B Old Rose

📋 copy color: '#B6404B'

red 182 ◦ green 64 ◦ blue 75

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

Shades of Old Rose #B6404B

Tints of Old Rose #B6404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 56.7%
G = 19.94%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6404B (or 0xB6404B) is known color: Old Rose. HEX triplet: B6, 40 and 4B. RGB value is (182,64,75). Sum of RGB (Red+Green+Blue) = 182+64+75=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6404B is #49BFB4. Grayscale: #646464. Windows color (decimal): -4833205 or 4931766. OLE color: 4931766.

HSL color Cylindrical-coordinate representation of color #B6404B: hue angle of 354.41º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6404B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 75 -
CMYK 0 0.65 0.59 0.29
HSL 354.41º 0.48% 0.48% -
HSV(B) 354.41º 0.65% 0.71% -
XYZ 22.39 14.12 8.2 -
YUV 100.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 182 64 75 0 0.65 0.59 0.29 354.41 0.48 0.48
Hex B6 40 4B 0 41 3B 1D 162 30 30
Octal 266 100 113 0 101 73 35 542 60 60
Binary 10110110 1000000 1001011 0 1000001 111011 11101 101100010 110000 110000

Color Harmonies of #B6404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6404B

Black with #B6404B

Text Example


Text Example

White with #B6404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6404B; }

 p { color: rgb(182,64,75); }

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

background-color css

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

 a { background-color: rgb(182,64,75); }

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

border-color css

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

 span { border-color: rgb(182,64,75); }

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