Html Css Color HEX #BDAF6B Gimblet

📋 copy color: '#BDAF6B'

red 189 ◦ green 175 ◦ blue 107

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

Shades of Gimblet #BDAF6B

Tints of Gimblet #BDAF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

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

R = 40.13%
G = 37.15%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDAF6B (or 0xBDAF6B) is known color: Gimblet. HEX triplet: BD, AF and 6B. RGB value is (189,175,107). Sum of RGB (Red+Green+Blue) = 189+175+107=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6B is #425094. Grayscale: #ABABAB. Windows color (decimal): -4346005 or 7057341. OLE color: 7057341.

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

Color convert

RGB 189 175 107 -
CMYK 0 0.07 0.43 0.26
HSL 49.76º 0.38% 0.58% -
HSV(B) 49.76º 0.43% 0.74% -
XYZ 38.97 42.54 20.07 -
YUV 171.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 189 175 107 0 0.07 0.43 0.26 49.76 0.38 0.58
Hex BD AF 6B 0 7 2B 1A 32 26 3A
Octal 275 257 153 0 7 53 32 62 46 72
Binary 10111101 10101111 1101011 0 111 101011 11010 110010 100110 111010

Color Harmonies of #BDAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF6B

Black with #BDAF6B

Text Example


Text Example

White with #BDAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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