Html Css Color HEX #BDAF6A Gimblet

📋 copy color: '#BDAF6A'

red 189 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #BDAF6A

Tints of Gimblet #BDAF6A

RGB

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

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

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

R = 40.21%
G = 37.23%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDAF6A (or 0xBDAF6A) is known color: Gimblet. HEX triplet: BD, AF and 6A. RGB value is (189,175,106). Sum of RGB (Red+Green+Blue) = 189+175+106=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6A is #425095. Grayscale: #ABABAB. Windows color (decimal): -4346006 or 6991805. OLE color: 6991805.

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

Color convert

RGB 189 175 106 -
CMYK 0 0.07 0.44 0.26
HSL 49.88º 0.39% 0.58% -
HSV(B) 49.88º 0.44% 0.74% -
XYZ 38.92 42.52 19.79 -
YUV 171.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 189 175 106 0 0.07 0.44 0.26 49.88 0.39 0.58
Hex BD AF 6A 0 7 2C 1A 32 27 3A
Octal 275 257 152 0 7 54 32 62 47 72
Binary 10111101 10101111 1101010 0 111 101100 11010 110010 100111 111010

Color Harmonies of #BDAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF6A

Black with #BDAF6A

Text Example


Text Example

White with #BDAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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