Html Css Color HEX #BFB2A2 Tea

📋 copy color: '#BFB2A2'

red 191 ◦ green 178 ◦ blue 162

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

Shades of Tea #BFB2A2

Tints of Tea #BFB2A2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 35.97%
G = 33.52%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BFB2A2 (or 0xBFB2A2) is known color: Tea. HEX triplet: BF, B2 and A2. RGB value is (191,178,162). Sum of RGB (Red+Green+Blue) = 191+178+162=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A2 is #404D5D. Grayscale: #B4B4B4. Windows color (decimal): -4214110 or 10662591. OLE color: 10662591.

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

Color convert

RGB 191 178 162 -
CMYK 0 0.07 0.15 0.25
HSL 33.1º 0.18% 0.69% -
HSV(B) 33.1º 0.15% 0.75% -
XYZ 43.93 45.53 40.65 -
YUV 180.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 191 178 162 0 0.07 0.15 0.25 33.1 0.18 0.69
Hex BF B2 A2 0 7 F 19 21 12 45
Octal 277 262 242 0 7 17 31 41 22 105
Binary 10111111 10110010 10100010 0 111 1111 11001 100001 10010 1000101

Color Harmonies of #BFB2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB2A2

Black with #BFB2A2

Text Example


Text Example

White with #BFB2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB2A2; }

 p { color: rgb(191,178,162); }

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

background-color css

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

 a { background-color: rgb(191,178,162); }

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

border-color css

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

 span { border-color: rgb(191,178,162); }

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