Html Css Color HEX #BDA862 Gimblet

📋 copy color: '#BDA862'

red 189 ◦ green 168 ◦ blue 98

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

Shades of Gimblet #BDA862

Tints of Gimblet #BDA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 41.54%
G = 36.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDA862 (or 0xBDA862) is known color: Gimblet. HEX triplet: BD, A8 and 62. RGB value is (189,168,98). Sum of RGB (Red+Green+Blue) = 189+168+98=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA862 is #42579D. Grayscale: #A6A6A6. Windows color (decimal): -4347806 or 6465725. OLE color: 6465725.

HSL color Cylindrical-coordinate representation of color #BDA862: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA862 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 98 -
CMYK 0 0.11 0.48 0.26
HSL 46.15º 0.41% 0.56% -
HSV(B) 46.15º 0.48% 0.74% -
XYZ 37.19 39.71 17.26 -
YUV 166.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 189 168 98 0 0.11 0.48 0.26 46.15 0.41 0.56
Hex BD A8 62 0 B 30 1A 2E 29 38
Octal 275 250 142 0 13 60 32 56 51 70
Binary 10111101 10101000 1100010 0 1011 110000 11010 101110 101001 111000

Color Harmonies of #BDA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA862

Black with #BDA862

Text Example


Text Example

White with #BDA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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