Html Css Color HEX #BDAF5C Gimblet

📋 copy color: '#BDAF5C'

red 189 ◦ green 175 ◦ blue 92

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

Shades of Gimblet #BDAF5C

Tints of Gimblet #BDAF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 41.45%
G = 38.38%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDAF5C (or 0xBDAF5C) is known color: Gimblet. HEX triplet: BD, AF and 5C. RGB value is (189,175,92). Sum of RGB (Red+Green+Blue) = 189+175+92=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF5C is #4250A3. Grayscale: #AAAAAA. Windows color (decimal): -4346020 or 6074301. OLE color: 6074301.

HSL color Cylindrical-coordinate representation of color #BDAF5C: hue angle of 51.34º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDAF5C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 92 -
CMYK 0 0.07 0.51 0.26
HSL 51.34º 0.42% 0.55% -
HSV(B) 51.34º 0.51% 0.74% -
XYZ 38.25 42.25 16.26 -
YUV 169.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 189 175 92 0 0.07 0.51 0.26 51.34 0.42 0.55
Hex BD AF 5C 0 7 33 1A 33 2A 37
Octal 275 257 134 0 7 63 32 63 52 67
Binary 10111101 10101111 1011100 0 111 110011 11010 110011 101010 110111

Color Harmonies of #BDAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF5C

Black with #BDAF5C

Text Example


Text Example

White with #BDAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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