Html Css Color HEX #BDAA6A Gimblet

📋 copy color: '#BDAA6A'

red 189 ◦ green 170 ◦ blue 106

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

Shades of Gimblet #BDAA6A

Tints of Gimblet #BDAA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 40.65%
G = 36.56%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDAA6A (or 0xBDAA6A) is known color: Gimblet. HEX triplet: BD, AA and 6A. RGB value is (189,170,106). Sum of RGB (Red+Green+Blue) = 189+170+106=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA6A is #425595. Grayscale: #A8A8A8. Windows color (decimal): -4347286 or 6990525. OLE color: 6990525.

HSL color Cylindrical-coordinate representation of color #BDAA6A: hue angle of 46.27º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDAA6A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 170 106 -
CMYK 0 0.10 0.44 0.26
HSL 46.27º 0.39% 0.58% -
HSV(B) 46.27º 0.44% 0.74% -
XYZ 37.96 40.61 19.47 -
YUV 168.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 189 170 106 0 0.10 0.44 0.26 46.27 0.39 0.58
Hex BD AA 6A 0 A 2C 1A 2E 27 3A
Octal 275 252 152 0 12 54 32 56 47 72
Binary 10111101 10101010 1101010 0 1010 101100 11010 101110 100111 111010

Color Harmonies of #BDAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAA6A

Black with #BDAA6A

Text Example


Text Example

White with #BDAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAA6A; }

 p { color: rgb(189,170,106); }

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

background-color css

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

 a { background-color: rgb(189,170,106); }

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

border-color css

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

 span { border-color: rgb(189,170,106); }

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