Html Css Color HEX #BFB67D Ecru

📋 copy color: '#BFB67D'

red 191 ◦ green 182 ◦ blue 125

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

Shades of Ecru #BFB67D

Tints of Ecru #BFB67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 38.35%
G = 36.55%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFB67D (or 0xBFB67D) is known color: Ecru. HEX triplet: BF, B6 and 7D. RGB value is (191,182,125). Sum of RGB (Red+Green+Blue) = 191+182+125=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67D is #404982. Grayscale: #B2B2B2. Windows color (decimal): -4213123 or 8238783. OLE color: 8238783.

HSL color Cylindrical-coordinate representation of color #BFB67D: hue angle of 51.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFB67D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 125 -
CMYK 0 0.05 0.35 0.25
HSL 51.82º 0.34% 0.62% -
HSV(B) 51.82º 0.35% 0.75% -
XYZ 41.92 46.01 26.07 -
YUV 178.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 191 182 125 0 0.05 0.35 0.25 51.82 0.34 0.62
Hex BF B6 7D 0 5 23 19 34 22 3E
Octal 277 266 175 0 5 43 31 64 42 76
Binary 10111111 10110110 1111101 0 101 100011 11001 110100 100010 111110

Color Harmonies of #BFB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB67D

Black with #BFB67D

Text Example


Text Example

White with #BFB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB67D; }

 p { color: rgb(191,182,125); }

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

background-color css

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

 a { background-color: rgb(191,182,125); }

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

border-color css

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

 span { border-color: rgb(191,182,125); }

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