Html Css Color HEX #BFB075 Ecru

📋 copy color: '#BFB075'

red 191 ◦ green 176 ◦ blue 117

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

Shades of Ecru #BFB075

Tints of Ecru #BFB075

RGB

 RED value IS 191 (75% from 255) = 39.46%

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 39.46%
G = 36.36%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFB075 (or 0xBFB075) is known color: Ecru. HEX triplet: BF, B0 and 75. RGB value is (191,176,117). Sum of RGB (Red+Green+Blue) = 191+176+117=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB075 is #404F8A. Grayscale: #AEAEAE. Windows color (decimal): -4214667 or 7712959. OLE color: 7712959.

HSL color Cylindrical-coordinate representation of color #BFB075: hue angle of 47.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFB075 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 117 -
CMYK 0 0.08 0.39 0.25
HSL 47.84º 0.37% 0.6% -
HSV(B) 47.84º 0.39% 0.75% -
XYZ 40.22 43.41 23.09 -
YUV 173.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 191 176 117 0 0.08 0.39 0.25 47.84 0.37 0.6
Hex BF B0 75 0 8 27 19 30 25 3C
Octal 277 260 165 0 10 47 31 60 45 74
Binary 10111111 10110000 1110101 0 1000 100111 11001 110000 100101 111100

Color Harmonies of #BFB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB075

Black with #BFB075

Text Example


Text Example

White with #BFB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB075; }

 p { color: rgb(191,176,117); }

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

background-color css

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

 a { background-color: rgb(191,176,117); }

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

border-color css

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

 span { border-color: rgb(191,176,117); }

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