Html Css Color HEX #B3968B Del Rio

📋 copy color: '#B3968B'

red 179 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #B3968B

Tints of Del Rio #B3968B

RGB

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

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

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

R = 38.25%
G = 32.05%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3968B (or 0xB3968B) is known color: Del Rio. HEX triplet: B3, 96 and 8B. RGB value is (179,150,139). Sum of RGB (Red+Green+Blue) = 179+150+139=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3968B is #4C6974. Grayscale: #9D9D9D. Windows color (decimal): -5007733 or 9148083. OLE color: 9148083.

HSL color Cylindrical-coordinate representation of color #B3968B: hue angle of 16.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 #B3968B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 139 -
CMYK 0 0.16 0.22 0.30
HSL 16.5º 0.21% 0.62% -
HSV(B) 16.5º 0.22% 0.7% -
XYZ 34.16 33.26 29.05 -
YUV 157.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 179 150 139 0 0.16 0.22 0.30 16.5 0.21 0.62
Hex B3 96 8B 0 10 16 1E 10 15 3E
Octal 263 226 213 0 20 26 36 20 25 76
Binary 10110011 10010110 10001011 0 10000 10110 11110 10000 10101 111110

Color Harmonies of #B3968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3968B

Black with #B3968B

Text Example


Text Example

White with #B3968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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