Html Css Color HEX #BBAF7F Ecru

📋 copy color: '#BBAF7F'

red 187 ◦ green 175 ◦ blue 127

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

Shades of Ecru #BBAF7F

Tints of Ecru #BBAF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 38.24%
G = 35.79%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAF7F (or 0xBBAF7F) is known color: Ecru. HEX triplet: BB, AF and 7F. RGB value is (187,175,127). Sum of RGB (Red+Green+Blue) = 187+175+127=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF7F is #445080. Grayscale: #ADADAD. Windows color (decimal): -4477057 or 8368059. OLE color: 8368059.

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

Color convert

RGB 187 175 127 -
CMYK 0 0.06 0.32 0.27
HSL 48º 0.31% 0.62% -
HSV(B) 48º 0.32% 0.73% -
XYZ 39.65 42.76 26.24 -
YUV 173.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 187 175 127 0 0.06 0.32 0.27 48 0.31 0.62
Hex BB AF 7F 0 6 20 1B 30 1F 3E
Octal 273 257 177 0 6 40 33 60 37 76
Binary 10111011 10101111 1111111 0 110 100000 11011 110000 11111 111110

Color Harmonies of #BBAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF7F

Black with #BBAF7F

Text Example


Text Example

White with #BBAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF7F; }

 p { color: rgb(187,175,127); }

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

background-color css

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

 a { background-color: rgb(187,175,127); }

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

border-color css

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

 span { border-color: rgb(187,175,127); }

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