Html Css Color HEX #BFB482 Ecru

📋 copy color: '#BFB482'

red 191 ◦ green 180 ◦ blue 130

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

Shades of Ecru #BFB482

Tints of Ecru #BFB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 38.12%
G = 35.93%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB482 (or 0xBFB482) is known color: Ecru. HEX triplet: BF, B4 and 82. RGB value is (191,180,130). Sum of RGB (Red+Green+Blue) = 191+180+130=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB482 is #404B7D. Grayscale: #B1B1B1. Windows color (decimal): -4213630 or 8565951. OLE color: 8565951.

HSL color Cylindrical-coordinate representation of color #BFB482: hue angle of 49.18º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB482 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 130 -
CMYK 0 0.06 0.32 0.25
HSL 49.18º 0.32% 0.63% -
HSV(B) 49.18º 0.32% 0.75% -
XYZ 41.84 45.33 27.66 -
YUV 177.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 191 180 130 0 0.06 0.32 0.25 49.18 0.32 0.63
Hex BF B4 82 0 6 20 19 31 20 3F
Octal 277 264 202 0 6 40 31 61 40 77
Binary 10111111 10110100 10000010 0 110 100000 11001 110001 100000 111111

Color Harmonies of #BFB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB482

Black with #BFB482

Text Example


Text Example

White with #BFB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB482; }

 p { color: rgb(191,180,130); }

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

background-color css

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

 a { background-color: rgb(191,180,130); }

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

border-color css

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

 span { border-color: rgb(191,180,130); }

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