Html Css Color HEX #B4968C Del Rio

📋 copy color: '#B4968C'

red 180 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #B4968C

Tints of Del Rio #B4968C

RGB

 RED value IS 180 (70.7% from 255) = 38.3%

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 38.3%
G = 31.91%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4968C (or 0xB4968C) is known color: Del Rio. HEX triplet: B4, 96 and 8C. RGB value is (180,150,140). Sum of RGB (Red+Green+Blue) = 180+150+140=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4968C is #4B6973. Grayscale: #9D9D9D. Windows color (decimal): -4942196 or 9213620. OLE color: 9213620.

HSL color Cylindrical-coordinate representation of color #B4968C: hue angle of 15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4968C is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 140 -
CMYK 0 0.17 0.22 0.29
HSL 15º 0.21% 0.63% -
HSV(B) 15º 0.22% 0.71% -
XYZ 34.46 33.41 29.44 -
YUV 157.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 180 150 140 0 0.17 0.22 0.29 15 0.21 0.63
Hex B4 96 8C 0 11 16 1D F 15 3F
Octal 264 226 214 0 21 26 35 17 25 77
Binary 10110100 10010110 10001100 0 10001 10110 11101 1111 10101 111111

Color Harmonies of #B4968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4968C

Black with #B4968C

Text Example


Text Example

White with #B4968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4968C; }

 p { color: rgb(180,150,140); }

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

background-color css

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

 a { background-color: rgb(180,150,140); }

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

border-color css

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

 span { border-color: rgb(180,150,140); }

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