Html Css Color HEX #BFB38C Chino

📋 copy color: '#BFB38C'

red 191 ◦ green 179 ◦ blue 140

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

Shades of Chino #BFB38C

Tints of Chino #BFB38C

RGB

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

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

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

R = 37.45%
G = 35.1%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB38C (or 0xBFB38C) is known color: Chino. HEX triplet: BF, B3 and 8C. RGB value is (191,179,140). Sum of RGB (Red+Green+Blue) = 191+179+140=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38C is #404C73. Grayscale: #B2B2B2. Windows color (decimal): -4213876 or 9221055. OLE color: 9221055.

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

Color convert

RGB 191 179 140 -
CMYK 0 0.06 0.27 0.25
HSL 45.88º 0.28% 0.65% -
HSV(B) 45.88º 0.27% 0.75% -
XYZ 42.34 45.21 31.31 -
YUV 178.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 191 179 140 0 0.06 0.27 0.25 45.88 0.28 0.65
Hex BF B3 8C 0 6 1B 19 2E 1C 41
Octal 277 263 214 0 6 33 31 56 34 101
Binary 10111111 10110011 10001100 0 110 11011 11001 101110 11100 1000001

Color Harmonies of #BFB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB38C

Black with #BFB38C

Text Example


Text Example

White with #BFB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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