Html Css Color HEX #BFB288 Ecru

📋 copy color: '#BFB288'

red 191 ◦ green 178 ◦ blue 136

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

Shades of Ecru #BFB288

Tints of Ecru #BFB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 37.82%
G = 35.25%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFB288 (or 0xBFB288) is known color: Ecru. HEX triplet: BF, B2 and 88. RGB value is (191,178,136). Sum of RGB (Red+Green+Blue) = 191+178+136=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB288 is #404D77. Grayscale: #B1B1B1. Windows color (decimal): -4214136 or 8958655. OLE color: 8958655.

HSL color Cylindrical-coordinate representation of color #BFB288: hue angle of 45.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB288 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 136 -
CMYK 0 0.07 0.29 0.25
HSL 45.82º 0.3% 0.64% -
HSV(B) 45.82º 0.29% 0.75% -
XYZ 41.85 44.69 29.71 -
YUV 177.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 191 178 136 0 0.07 0.29 0.25 45.82 0.3 0.64
Hex BF B2 88 0 7 1D 19 2E 1E 40
Octal 277 262 210 0 7 35 31 56 36 100
Binary 10111111 10110010 10001000 0 111 11101 11001 101110 11110 1000000

Color Harmonies of #BFB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB288

Black with #BFB288

Text Example


Text Example

White with #BFB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB288; }

 p { color: rgb(191,178,136); }

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

background-color css

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

 a { background-color: rgb(191,178,136); }

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

border-color css

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

 span { border-color: rgb(191,178,136); }

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