Html Css Color HEX #BDA967 Gimblet

📋 copy color: '#BDA967'

red 189 ◦ green 169 ◦ blue 103

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

Shades of Gimblet #BDA967

Tints of Gimblet #BDA967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.34%

R = 41%
G = 36.66%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA967 (or 0xBDA967) is known color: Gimblet. HEX triplet: BD, A9 and 67. RGB value is (189,169,103). Sum of RGB (Red+Green+Blue) = 189+169+103=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA967 is #425698. Grayscale: #A7A7A7. Windows color (decimal): -4347545 or 6793661. OLE color: 6793661.

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

Color convert

RGB 189 169 103 -
CMYK 0 0.11 0.46 0.26
HSL 46.05º 0.39% 0.57% -
HSV(B) 46.05º 0.46% 0.74% -
XYZ 37.62 40.17 18.6 -
YUV 167.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 189 169 103 0 0.11 0.46 0.26 46.05 0.39 0.57
Hex BD A9 67 0 B 2E 1A 2E 27 39
Octal 275 251 147 0 13 56 32 56 47 71
Binary 10111101 10101001 1100111 0 1011 101110 11010 101110 100111 111001

Color Harmonies of #BDA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA967

Black with #BDA967

Text Example


Text Example

White with #BDA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA967; }

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

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

background-color css

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

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

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

border-color css

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

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

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