Html Css Color HEX #BFB18A Chino

📋 copy color: '#BFB18A'

red 191 ◦ green 177 ◦ blue 138

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

Shades of Chino #BFB18A

Tints of Chino #BFB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 37.75%
G = 34.98%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFB18A (or 0xBFB18A) is known color: Chino. HEX triplet: BF, B1 and 8A. RGB value is (191,177,138). Sum of RGB (Red+Green+Blue) = 191+177+138=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18A is #404E75. Grayscale: #B0B0B0. Windows color (decimal): -4214390 or 9089471. OLE color: 9089471.

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

Color convert

RGB 191 177 138 -
CMYK 0 0.07 0.28 0.25
HSL 44.15º 0.29% 0.65% -
HSV(B) 44.15º 0.28% 0.75% -
XYZ 41.8 44.36 30.4 -
YUV 176.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 191 177 138 0 0.07 0.28 0.25 44.15 0.29 0.65
Hex BF B1 8A 0 7 1C 19 2C 1D 41
Octal 277 261 212 0 7 34 31 54 35 101
Binary 10111111 10110001 10001010 0 111 11100 11001 101100 11101 1000001

Color Harmonies of #BFB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB18A

Black with #BFB18A

Text Example


Text Example

White with #BFB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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