Html Css Color HEX #BBAD7D Ecru

📋 copy color: '#BBAD7D'

red 187 ◦ green 173 ◦ blue 125

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

Shades of Ecru #BBAD7D

Tints of Ecru #BBAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

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

R = 38.56%
G = 35.67%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBAD7D (or 0xBBAD7D) is known color: Ecru. HEX triplet: BB, AD and 7D. RGB value is (187,173,125). Sum of RGB (Red+Green+Blue) = 187+173+125=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD7D is #445282. Grayscale: #ABABAB. Windows color (decimal): -4477571 or 8236475. OLE color: 8236475.

HSL color Cylindrical-coordinate representation of color #BBAD7D: hue angle of 46.45º 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 #BBAD7D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 125 -
CMYK 0 0.07 0.33 0.27
HSL 46.45º 0.31% 0.61% -
HSV(B) 46.45º 0.33% 0.73% -
XYZ 39.14 41.93 25.43 -
YUV 171.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 187 173 125 0 0.07 0.33 0.27 46.45 0.31 0.61
Hex BB AD 7D 0 7 21 1B 2E 1F 3D
Octal 273 255 175 0 7 41 33 56 37 75
Binary 10111011 10101101 1111101 0 111 100001 11011 101110 11111 111101

Color Harmonies of #BBAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD7D

Black with #BBAD7D

Text Example


Text Example

White with #BBAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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