Html Css Color HEX #B4988A Del Rio

📋 copy color: '#B4988A'

red 180 ◦ green 152 ◦ blue 138

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

Shades of Del Rio #B4988A

Tints of Del Rio #B4988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

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

R = 38.3%
G = 32.34%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4988A (or 0xB4988A) is known color: Del Rio. HEX triplet: B4, 98 and 8A. RGB value is (180,152,138). Sum of RGB (Red+Green+Blue) = 180+152+138=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4988A is #4B6775. Grayscale: #9E9E9E. Windows color (decimal): -4941686 or 9083060. OLE color: 9083060.

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

Color convert

RGB 180 152 138 -
CMYK 0 0.16 0.23 0.29
HSL 20º 0.22% 0.62% -
HSV(B) 20º 0.23% 0.71% -
XYZ 34.64 33.99 28.78 -
YUV 158.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 180 152 138 0 0.16 0.23 0.29 20 0.22 0.62
Hex B4 98 8A 0 10 17 1D 14 16 3E
Octal 264 230 212 0 20 27 35 24 26 76
Binary 10110100 10011000 10001010 0 10000 10111 11101 10100 10110 111110

Color Harmonies of #B4988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4988A

Black with #B4988A

Text Example


Text Example

White with #B4988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4988A; }

 p { color: rgb(180,152,138); }

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

background-color css

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

 a { background-color: rgb(180,152,138); }

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

border-color css

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

 span { border-color: rgb(180,152,138); }

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