Html Css Color HEX #BB978B Del Rio

📋 copy color: '#BB978B'

red 187 ◦ green 151 ◦ blue 139

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

Shades of Del Rio #BB978B

Tints of Del Rio #BB978B

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

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

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

R = 39.2%
G = 31.66%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB978B (or 0xBB978B) is known color: Del Rio. HEX triplet: BB, 97 and 8B. RGB value is (187,151,139). Sum of RGB (Red+Green+Blue) = 187+151+139=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB978B is #446874. Grayscale: #A0A0A0. Windows color (decimal): -4483189 or 9148347. OLE color: 9148347.

HSL color Cylindrical-coordinate representation of color #BB978B: hue angle of 15º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB978B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 139 -
CMYK 0 0.19 0.26 0.27
HSL 15º 0.26% 0.64% -
HSV(B) 15º 0.26% 0.73% -
XYZ 36.22 34.56 29.19 -
YUV 160.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 187 151 139 0 0.19 0.26 0.27 15 0.26 0.64
Hex BB 97 8B 0 13 1A 1B F 1A 40
Octal 273 227 213 0 23 32 33 17 32 100
Binary 10111011 10010111 10001011 0 10011 11010 11011 1111 11010 1000000

Color Harmonies of #BB978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB978B

Black with #BB978B

Text Example


Text Example

White with #BB978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB978B; }

 p { color: rgb(187,151,139); }

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

background-color css

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

 a { background-color: rgb(187,151,139); }

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

border-color css

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

 span { border-color: rgb(187,151,139); }

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