Html Css Color HEX #BBA07D Pale Taupe

📋 copy color: '#BBA07D'

red 187 ◦ green 160 ◦ blue 125

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

Shades of Pale Taupe #BBA07D

Tints of Pale Taupe #BBA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 39.62%
G = 33.9%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBA07D (or 0xBBA07D) is known color: Pale Taupe. HEX triplet: BB, A0 and 7D. RGB value is (187,160,125). Sum of RGB (Red+Green+Blue) = 187+160+125=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA07D is #445F82. Grayscale: #A4A4A4. Windows color (decimal): -4480899 or 8233147. OLE color: 8233147.

HSL color Cylindrical-coordinate representation of color #BBA07D: hue angle of 33.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA07D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 125 -
CMYK 0 0.14 0.33 0.27
HSL 33.87º 0.31% 0.61% -
HSV(B) 33.87º 0.33% 0.73% -
XYZ 36.77 37.19 24.64 -
YUV 164.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 187 160 125 0 0.14 0.33 0.27 33.87 0.31 0.61
Hex BB A0 7D 0 E 21 1B 22 1F 3D
Octal 273 240 175 0 16 41 33 42 37 75
Binary 10111011 10100000 1111101 0 1110 100001 11011 100010 11111 111101

Color Harmonies of #BBA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA07D

Black with #BBA07D

Text Example


Text Example

White with #BBA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA07D; }

 p { color: rgb(187,160,125); }

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

background-color css

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

 a { background-color: rgb(187,160,125); }

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

border-color css

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

 span { border-color: rgb(187,160,125); }

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