Html Css Color HEX #BFB18F Chino

📋 copy color: '#BFB18F'

red 191 ◦ green 177 ◦ blue 143

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

Shades of Chino #BFB18F

Tints of Chino #BFB18F

RGB

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

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

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

R = 37.38%
G = 34.64%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB18F (or 0xBFB18F) is known color: Chino. HEX triplet: BF, B1 and 8F. RGB value is (191,177,143). Sum of RGB (Red+Green+Blue) = 191+177+143=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18F is #404E70. Grayscale: #B1B1B1. Windows color (decimal): -4214385 or 9417151. OLE color: 9417151.

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

Color convert

RGB 191 177 143 -
CMYK 0 0.07 0.25 0.25
HSL 42.5º 0.27% 0.65% -
HSV(B) 42.5º 0.25% 0.75% -
XYZ 42.17 44.5 32.35 -
YUV 177.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 191 177 143 0 0.07 0.25 0.25 42.5 0.27 0.65
Hex BF B1 8F 0 7 19 19 2A 1B 41
Octal 277 261 217 0 7 31 31 52 33 101
Binary 10111111 10110001 10001111 0 111 11001 11001 101010 11011 1000001

Color Harmonies of #BFB18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB18F

Black with #BFB18F

Text Example


Text Example

White with #BFB18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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