Html Css Color HEX #B1948A Del Rio

📋 copy color: '#B1948A'

red 177 ◦ green 148 ◦ blue 138

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

Shades of Del Rio #B1948A

Tints of Del Rio #B1948A

RGB

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

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

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

R = 38.23%
G = 31.97%
B = 29.81%

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

#B1948A (or 0xB1948A) is known color: Del Rio. HEX triplet: B1, 94 and 8A. RGB value is (177,148,138). Sum of RGB (Red+Green+Blue) = 177+148+138=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1948A is #4E6B75. Grayscale: #9B9B9B. Windows color (decimal): -5139318 or 9082033. OLE color: 9082033.

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

Color convert

RGB 177 148 138 -
CMYK 0 0.16 0.22 0.31
HSL 15.38º 0.2% 0.62% -
HSV(B) 15.38º 0.22% 0.69% -
XYZ 33.31 32.36 28.54 -
YUV 155.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 177 148 138 0 0.16 0.22 0.31 15.38 0.2 0.62
Hex B1 94 8A 0 10 16 1F F 14 3E
Octal 261 224 212 0 20 26 37 17 24 76
Binary 10110001 10010100 10001010 0 10000 10110 11111 1111 10100 111110

Color Harmonies of #B1948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1948A

Black with #B1948A

Text Example


Text Example

White with #B1948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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