Html Css Color HEX #BFB478 Ecru

📋 copy color: '#BFB478'

red 191 ◦ green 180 ◦ blue 120

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

Shades of Ecru #BFB478

Tints of Ecru #BFB478

RGB

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

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

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

R = 38.9%
G = 36.66%
B = 24.44%

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

#BFB478 (or 0xBFB478) is known color: Ecru. HEX triplet: BF, B4 and 78. RGB value is (191,180,120). Sum of RGB (Red+Green+Blue) = 191+180+120=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB478 is #404B87. Grayscale: #B0B0B0. Windows color (decimal): -4213640 or 7910591. OLE color: 7910591.

HSL color Cylindrical-coordinate representation of color #BFB478: hue angle of 50.7º 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 #BFB478 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 120 -
CMYK 0 0.06 0.37 0.25
HSL 50.7º 0.36% 0.61% -
HSV(B) 50.7º 0.37% 0.75% -
XYZ 41.2 45.07 24.3 -
YUV 176.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 191 180 120 0 0.06 0.37 0.25 50.7 0.36 0.61
Hex BF B4 78 0 6 25 19 33 24 3D
Octal 277 264 170 0 6 45 31 63 44 75
Binary 10111111 10110100 1111000 0 110 100101 11001 110011 100100 111101

Color Harmonies of #BFB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB478

Black with #BFB478

Text Example


Text Example

White with #BFB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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