Html Css Color HEX #BFB6A3 Tea

📋 copy color: '#BFB6A3'

red 191 ◦ green 182 ◦ blue 163

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

Shades of Tea #BFB6A3

Tints of Tea #BFB6A3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.96%

 BLUE value IS 163 (64.06% from 255) = 30.41%

R = 35.63%
G = 33.96%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BFB6A3 (or 0xBFB6A3) is known color: Tea. HEX triplet: BF, B6 and A3. RGB value is (191,182,163). Sum of RGB (Red+Green+Blue) = 191+182+163=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6A3 is #40495C. Grayscale: #B6B6B6. Windows color (decimal): -4213085 or 10729151. OLE color: 10729151.

HSL color Cylindrical-coordinate representation of color #BFB6A3: hue angle of 40.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB6A3 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 163 -
CMYK 0 0.05 0.15 0.25
HSL 40.71º 0.18% 0.69% -
HSV(B) 40.71º 0.15% 0.75% -
XYZ 44.82 47.18 41.39 -
YUV 182.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 191 182 163 0 0.05 0.15 0.25 40.71 0.18 0.69
Hex BF B6 A3 0 5 F 19 29 12 45
Octal 277 266 243 0 5 17 31 51 22 105
Binary 10111111 10110110 10100011 0 101 1111 11001 101001 10010 1000101

Color Harmonies of #BFB6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6A3

Black with #BFB6A3

Text Example


Text Example

White with #BFB6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6A3; }

 p { color: rgb(191,182,163); }

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

background-color css

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

 a { background-color: rgb(191,182,163); }

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

border-color css

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

 span { border-color: rgb(191,182,163); }

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