Html Css Color HEX #BFB27B Ecru

📋 copy color: '#BFB27B'

red 191 ◦ green 178 ◦ blue 123

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

Shades of Ecru #BFB27B

Tints of Ecru #BFB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25%

R = 38.82%
G = 36.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFB27B (or 0xBFB27B) is known color: Ecru. HEX triplet: BF, B2 and 7B. RGB value is (191,178,123). Sum of RGB (Red+Green+Blue) = 191+178+123=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB27B is #404D84. Grayscale: #AFAFAF. Windows color (decimal): -4214149 or 8106687. OLE color: 8106687.

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

Color convert

RGB 191 178 123 -
CMYK 0 0.07 0.36 0.25
HSL 48.53º 0.35% 0.62% -
HSV(B) 48.53º 0.36% 0.75% -
XYZ 40.98 44.35 25.14 -
YUV 175.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 191 178 123 0 0.07 0.36 0.25 48.53 0.35 0.62
Hex BF B2 7B 0 7 24 19 31 23 3E
Octal 277 262 173 0 7 44 31 61 43 76
Binary 10111111 10110010 1111011 0 111 100100 11001 110001 100011 111110

Color Harmonies of #BFB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB27B

Black with #BFB27B

Text Example


Text Example

White with #BFB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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