Html Css Color HEX #BFB38B Chino

📋 copy color: '#BFB38B'

red 191 ◦ green 179 ◦ blue 139

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

Shades of Chino #BFB38B

Tints of Chino #BFB38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 37.52%
G = 35.17%
B = 27.31%

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

#BFB38B (or 0xBFB38B) is known color: Chino. HEX triplet: BF, B3 and 8B. RGB value is (191,179,139). Sum of RGB (Red+Green+Blue) = 191+179+139=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38B is #404C74. Grayscale: #B2B2B2. Windows color (decimal): -4213877 or 9155519. OLE color: 9155519.

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

Color convert

RGB 191 179 139 -
CMYK 0 0.06 0.27 0.25
HSL 46.15º 0.29% 0.65% -
HSV(B) 46.15º 0.27% 0.75% -
XYZ 42.27 45.18 30.92 -
YUV 178.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 191 179 139 0 0.06 0.27 0.25 46.15 0.29 0.65
Hex BF B3 8B 0 6 1B 19 2E 1D 41
Octal 277 263 213 0 6 33 31 56 35 101
Binary 10111111 10110011 10001011 0 110 11011 11001 101110 11101 1000001

Color Harmonies of #BFB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB38B

Black with #BFB38B

Text Example


Text Example

White with #BFB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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