Html Css Color HEX #BDA85C Gimblet

📋 copy color: '#BDA85C'

red 189 ◦ green 168 ◦ blue 92

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

Shades of Gimblet #BDA85C

Tints of Gimblet #BDA85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

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

R = 42.09%
G = 37.42%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDA85C (or 0xBDA85C) is known color: Gimblet. HEX triplet: BD, A8 and 5C. RGB value is (189,168,92). Sum of RGB (Red+Green+Blue) = 189+168+92=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA85C is #4257A3. Grayscale: #A5A5A5. Windows color (decimal): -4347812 or 6072509. OLE color: 6072509.

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

Color convert

RGB 189 168 92 -
CMYK 0 0.11 0.51 0.26
HSL 47.01º 0.42% 0.55% -
HSV(B) 47.01º 0.51% 0.74% -
XYZ 36.92 39.6 15.82 -
YUV 165.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 189 168 92 0 0.11 0.51 0.26 47.01 0.42 0.55
Hex BD A8 5C 0 B 33 1A 2F 2A 37
Octal 275 250 134 0 13 63 32 57 52 67
Binary 10111101 10101000 1011100 0 1011 110011 11010 101111 101010 110111

Color Harmonies of #BDA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA85C

Black with #BDA85C

Text Example


Text Example

White with #BDA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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