Html Css Color HEX #BFB18C Chino

📋 copy color: '#BFB18C'

red 191 ◦ green 177 ◦ blue 140

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

Shades of Chino #BFB18C

Tints of Chino #BFB18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 37.6%
G = 34.84%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB18C (or 0xBFB18C) is known color: Chino. HEX triplet: BF, B1 and 8C. RGB value is (191,177,140). Sum of RGB (Red+Green+Blue) = 191+177+140=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18C is #404E73. Grayscale: #B1B1B1. Windows color (decimal): -4214388 or 9220543. OLE color: 9220543.

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

Color convert

RGB 191 177 140 -
CMYK 0 0.07 0.27 0.25
HSL 43.53º 0.28% 0.65% -
HSV(B) 43.53º 0.27% 0.75% -
XYZ 41.94 44.41 31.17 -
YUV 176.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 191 177 140 0 0.07 0.27 0.25 43.53 0.28 0.65
Hex BF B1 8C 0 7 1B 19 2C 1C 41
Octal 277 261 214 0 7 33 31 54 34 101
Binary 10111111 10110001 10001100 0 111 11011 11001 101100 11100 1000001

Color Harmonies of #BFB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB18C

Black with #BFB18C

Text Example


Text Example

White with #BFB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB18C; }

 p { color: rgb(191,177,140); }

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

background-color css

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

 a { background-color: rgb(191,177,140); }

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

border-color css

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

 span { border-color: rgb(191,177,140); }

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