Html Css Color HEX #BFB378 Ecru

📋 copy color: '#BFB378'

red 191 ◦ green 179 ◦ blue 120

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

Shades of Ecru #BFB378

Tints of Ecru #BFB378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 38.98%
G = 36.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB378 (or 0xBFB378) is known color: Ecru. HEX triplet: BF, B3 and 78. RGB value is (191,179,120). Sum of RGB (Red+Green+Blue) = 191+179+120=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB378 is #404C87. Grayscale: #B0B0B0. Windows color (decimal): -4213896 or 7910335. OLE color: 7910335.

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

Color convert

RGB 191 179 120 -
CMYK 0 0.06 0.37 0.25
HSL 49.86º 0.36% 0.61% -
HSV(B) 49.86º 0.37% 0.75% -
XYZ 41 44.67 24.23 -
YUV 175.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 191 179 120 0 0.06 0.37 0.25 49.86 0.36 0.61
Hex BF B3 78 0 6 25 19 32 24 3D
Octal 277 263 170 0 6 45 31 62 44 75
Binary 10111111 10110011 1111000 0 110 100101 11001 110010 100100 111101

Color Harmonies of #BFB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB378

Black with #BFB378

Text Example


Text Example

White with #BFB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB378; }

 p { color: rgb(191,179,120); }

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

background-color css

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

 a { background-color: rgb(191,179,120); }

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

border-color css

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

 span { border-color: rgb(191,179,120); }

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