Html Css Color HEX #B3948B Del Rio

📋 copy color: '#B3948B'

red 179 ◦ green 148 ◦ blue 139

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

Shades of Del Rio #B3948B

Tints of Del Rio #B3948B

RGB

 RED value IS 179 (70.31% from 255) = 38.41%

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 38.41%
G = 31.76%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3948B (or 0xB3948B) is known color: Del Rio. HEX triplet: B3, 94 and 8B. RGB value is (179,148,139). Sum of RGB (Red+Green+Blue) = 179+148+139=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948B is #4C6B74. Grayscale: #9C9C9C. Windows color (decimal): -5008245 or 9147571. OLE color: 9147571.

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

Color convert

RGB 179 148 139 -
CMYK 0 0.17 0.22 0.30
HSL 13.5º 0.21% 0.62% -
HSV(B) 13.5º 0.22% 0.7% -
XYZ 33.84 32.63 28.94 -
YUV 156.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 179 148 139 0 0.17 0.22 0.30 13.5 0.21 0.62
Hex B3 94 8B 0 11 16 1E E 15 3E
Octal 263 224 213 0 21 26 36 16 25 76
Binary 10110011 10010100 10001011 0 10001 10110 11110 1110 10101 111110

Color Harmonies of #B3948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3948B

Black with #B3948B

Text Example


Text Example

White with #B3948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3948B; }

 p { color: rgb(179,148,139); }

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

background-color css

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

 a { background-color: rgb(179,148,139); }

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

border-color css

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

 span { border-color: rgb(179,148,139); }

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