Html Css Color HEX #B0334B Old Rose

📋 copy color: '#B0334B'

red 176 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #B0334B

Tints of Old Rose #B0334B

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 58.28%
G = 16.89%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0334B (or 0xB0334B) is known color: Old Rose. HEX triplet: B0, 33 and 4B. RGB value is (176,51,75). Sum of RGB (Red+Green+Blue) = 176+51+75=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0334B is #4FCCB4. Grayscale: #5B5B5B. Windows color (decimal): -5229749 or 4928432. OLE color: 4928432.

HSL color Cylindrical-coordinate representation of color #B0334B: hue angle of 348.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0334B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 75 -
CMYK 0 0.71 0.57 0.31
HSL 348.48º 0.55% 0.45% -
HSV(B) 348.48º 0.71% 0.69% -
XYZ 20.36 12.11 7.92 -
YUV 91.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 176 51 75 0 0.71 0.57 0.31 348.48 0.55 0.45
Hex B0 33 4B 0 47 39 1F 15C 37 2D
Octal 260 63 113 0 107 71 37 534 67 55
Binary 10110000 110011 1001011 0 1000111 111001 11111 101011100 110111 101101

Color Harmonies of #B0334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0334B

Black with #B0334B

Text Example


Text Example

White with #B0334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0334B; }

 p { color: rgb(176,51,75); }

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

background-color css

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

 a { background-color: rgb(176,51,75); }

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

border-color css

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

 span { border-color: rgb(176,51,75); }

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