Html Css Color HEX #BFB38F Chino

📋 copy color: '#BFB38F'

red 191 ◦ green 179 ◦ blue 143

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

Shades of Chino #BFB38F

Tints of Chino #BFB38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 37.23%
G = 34.89%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB38F (or 0xBFB38F) is known color: Chino. HEX triplet: BF, B3 and 8F. RGB value is (191,179,143). Sum of RGB (Red+Green+Blue) = 191+179+143=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38F is #404C70. Grayscale: #B2B2B2. Windows color (decimal): -4213873 or 9417663. OLE color: 9417663.

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

Color convert

RGB 191 179 143 -
CMYK 0 0.06 0.25 0.25
HSL 45º 0.27% 0.65% -
HSV(B) 45º 0.25% 0.75% -
XYZ 42.56 45.3 32.49 -
YUV 178.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 191 179 143 0 0.06 0.25 0.25 45 0.27 0.65
Hex BF B3 8F 0 6 19 19 2D 1B 41
Octal 277 263 217 0 6 31 31 55 33 101
Binary 10111111 10110011 10001111 0 110 11001 11001 101101 11011 1000001

Color Harmonies of #BFB38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB38F

Black with #BFB38F

Text Example


Text Example

White with #BFB38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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