Html Css Color HEX #BDA962 Gimblet

📋 copy color: '#BDA962'

red 189 ◦ green 169 ◦ blue 98

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

Shades of Gimblet #BDA962

Tints of Gimblet #BDA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.06%

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

R = 41.45%
G = 37.06%
B = 21.49%

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

#BDA962 (or 0xBDA962) is known color: Gimblet. HEX triplet: BD, A9 and 62. RGB value is (189,169,98). Sum of RGB (Red+Green+Blue) = 189+169+98=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA962 is #42569D. Grayscale: #A7A7A7. Windows color (decimal): -4347550 or 6465981. OLE color: 6465981.

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

Color convert

RGB 189 169 98 -
CMYK 0 0.11 0.48 0.26
HSL 46.81º 0.41% 0.56% -
HSV(B) 46.81º 0.48% 0.74% -
XYZ 37.38 40.08 17.32 -
YUV 166.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 189 169 98 0 0.11 0.48 0.26 46.81 0.41 0.56
Hex BD A9 62 0 B 30 1A 2F 29 38
Octal 275 251 142 0 13 60 32 57 51 70
Binary 10111101 10101001 1100010 0 1011 110000 11010 101111 101001 111000

Color Harmonies of #BDA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA962

Black with #BDA962

Text Example


Text Example

White with #BDA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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