Html Css Color HEX #B1958A Del Rio

📋 copy color: '#B1958A'

red 177 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #B1958A

Tints of Del Rio #B1958A

RGB

 RED value IS 177 (69.53% from 255) = 38.15%

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 38.15%
G = 32.11%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1958A (or 0xB1958A) is known color: Del Rio. HEX triplet: B1, 95 and 8A. RGB value is (177,149,138). Sum of RGB (Red+Green+Blue) = 177+149+138=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1958A is #4E6A75. Grayscale: #9C9C9C. Windows color (decimal): -5139062 or 9082289. OLE color: 9082289.

HSL color Cylindrical-coordinate representation of color #B1958A: hue angle of 16.92º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1958A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 138 -
CMYK 0 0.16 0.22 0.31
HSL 16.92º 0.2% 0.62% -
HSV(B) 16.92º 0.22% 0.69% -
XYZ 33.47 32.68 28.59 -
YUV 156.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 177 149 138 0 0.16 0.22 0.31 16.92 0.2 0.62
Hex B1 95 8A 0 10 16 1F 11 14 3E
Octal 261 225 212 0 20 26 37 21 24 76
Binary 10110001 10010101 10001010 0 10000 10110 11111 10001 10100 111110

Color Harmonies of #B1958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1958A

Black with #B1958A

Text Example


Text Example

White with #B1958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1958A; }

 p { color: rgb(177,149,138); }

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

background-color css

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

 a { background-color: rgb(177,149,138); }

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

border-color css

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

 span { border-color: rgb(177,149,138); }

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