Html Css Color HEX #BDB064 Gimblet

📋 copy color: '#BDB064'

red 189 ◦ green 176 ◦ blue 100

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

Shades of Gimblet #BDB064

Tints of Gimblet #BDB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 40.65%
G = 37.85%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDB064 (or 0xBDB064) is known color: Gimblet. HEX triplet: BD, B0 and 64. RGB value is (189,176,100). Sum of RGB (Red+Green+Blue) = 189+176+100=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB064 is #424F9B. Grayscale: #ABABAB. Windows color (decimal): -4345756 or 6598845. OLE color: 6598845.

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

Color convert

RGB 189 176 100 -
CMYK 0 0.07 0.47 0.26
HSL 51.24º 0.4% 0.57% -
HSV(B) 51.24º 0.47% 0.74% -
XYZ 38.81 42.79 18.27 -
YUV 171.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 189 176 100 0 0.07 0.47 0.26 51.24 0.4 0.57
Hex BD B0 64 0 7 2F 1A 33 28 39
Octal 275 260 144 0 7 57 32 63 50 71
Binary 10111101 10110000 1100100 0 111 101111 11010 110011 101000 111001

Color Harmonies of #BDB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB064

Black with #BDB064

Text Example


Text Example

White with #BDB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB064; }

 p { color: rgb(189,176,100); }

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

background-color css

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

 a { background-color: rgb(189,176,100); }

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

border-color css

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

 span { border-color: rgb(189,176,100); }

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