Html Css Color HEX #BDB29F Tea

📋 copy color: '#BDB29F'

red 189 ◦ green 178 ◦ blue 159

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

Shades of Tea #BDB29F

Tints of Tea #BDB29F

RGB

 RED value IS 189 (74.22% from 255) = 35.93%

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

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 35.93%
G = 33.84%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDB29F (or 0xBDB29F) is known color: Tea. HEX triplet: BD, B2 and 9F. RGB value is (189,178,159). Sum of RGB (Red+Green+Blue) = 189+178+159=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB29F is #424D60. Grayscale: #B3B3B3. Windows color (decimal): -4345185 or 10465981. OLE color: 10465981.

HSL color Cylindrical-coordinate representation of color #BDB29F: hue angle of 38º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB29F is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 159 -
CMYK 0 0.06 0.16 0.26
HSL 38º 0.19% 0.68% -
HSV(B) 38º 0.16% 0.74% -
XYZ 43.16 45.16 39.24 -
YUV 179.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 189 178 159 0 0.06 0.16 0.26 38 0.19 0.68
Hex BD B2 9F 0 6 10 1A 26 13 44
Octal 275 262 237 0 6 20 32 46 23 104
Binary 10111101 10110010 10011111 0 110 10000 11010 100110 10011 1000100

Color Harmonies of #BDB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB29F

Black with #BDB29F

Text Example


Text Example

White with #BDB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB29F; }

 p { color: rgb(189,178,159); }

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

background-color css

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

 a { background-color: rgb(189,178,159); }

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

border-color css

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

 span { border-color: rgb(189,178,159); }

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