Html Css Color HEX #BDAB6B Gimblet

📋 copy color: '#BDAB6B'

red 189 ◦ green 171 ◦ blue 107

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

Shades of Gimblet #BDAB6B

Tints of Gimblet #BDAB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 40.47%
G = 36.62%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDAB6B (or 0xBDAB6B) is known color: Gimblet. HEX triplet: BD, AB and 6B. RGB value is (189,171,107). Sum of RGB (Red+Green+Blue) = 189+171+107=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6B is #425494. Grayscale: #A9A9A9. Windows color (decimal): -4347029 or 7056317. OLE color: 7056317.

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

Color convert

RGB 189 171 107 -
CMYK 0 0.10 0.43 0.26
HSL 46.83º 0.38% 0.58% -
HSV(B) 46.83º 0.43% 0.74% -
XYZ 38.2 41.01 19.81 -
YUV 169.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 189 171 107 0 0.10 0.43 0.26 46.83 0.38 0.58
Hex BD AB 6B 0 A 2B 1A 2F 26 3A
Octal 275 253 153 0 12 53 32 57 46 72
Binary 10111101 10101011 1101011 0 1010 101011 11010 101111 100110 111010

Color Harmonies of #BDAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB6B

Black with #BDAB6B

Text Example


Text Example

White with #BDAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB6B; }

 p { color: rgb(189,171,107); }

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

background-color css

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

 a { background-color: rgb(189,171,107); }

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

border-color css

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

 span { border-color: rgb(189,171,107); }

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