Html Css Color HEX #B4978A Del Rio

📋 copy color: '#B4978A'

red 180 ◦ green 151 ◦ blue 138

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

Shades of Del Rio #B4978A

Tints of Del Rio #B4978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 38.38%
G = 32.2%
B = 29.42%

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

#B4978A (or 0xB4978A) is known color: Del Rio. HEX triplet: B4, 97 and 8A. RGB value is (180,151,138). Sum of RGB (Red+Green+Blue) = 180+151+138=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4978A is #4B6875. Grayscale: #9E9E9E. Windows color (decimal): -4941942 or 9082804. OLE color: 9082804.

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

Color convert

RGB 180 151 138 -
CMYK 0 0.16 0.23 0.29
HSL 18.57º 0.22% 0.62% -
HSV(B) 18.57º 0.23% 0.71% -
XYZ 34.48 33.67 28.73 -
YUV 158.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 180 151 138 0 0.16 0.23 0.29 18.57 0.22 0.62
Hex B4 97 8A 0 10 17 1D 13 16 3E
Octal 264 227 212 0 20 27 35 23 26 76
Binary 10110100 10010111 10001010 0 10000 10111 11101 10011 10110 111110

Color Harmonies of #B4978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4978A

Black with #B4978A

Text Example


Text Example

White with #B4978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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