Html Css Color HEX #BDB061 Gimblet

📋 copy color: '#BDB061'

red 189 ◦ green 176 ◦ blue 97

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

Shades of Gimblet #BDB061

Tints of Gimblet #BDB061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21%

R = 40.91%
G = 38.1%
B = 21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB061 (or 0xBDB061) is known color: Gimblet. HEX triplet: BD, B0 and 61. RGB value is (189,176,97). Sum of RGB (Red+Green+Blue) = 189+176+97=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB061 is #424F9E. Grayscale: #ABABAB. Windows color (decimal): -4345759 or 6402237. OLE color: 6402237.

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

Color convert

RGB 189 176 97 -
CMYK 0 0.07 0.49 0.26
HSL 51.52º 0.41% 0.56% -
HSV(B) 51.52º 0.49% 0.74% -
XYZ 38.67 42.73 17.52 -
YUV 170.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 189 176 97 0 0.07 0.49 0.26 51.52 0.41 0.56
Hex BD B0 61 0 7 31 1A 34 29 38
Octal 275 260 141 0 7 61 32 64 51 70
Binary 10111101 10110000 1100001 0 111 110001 11010 110100 101001 111000

Color Harmonies of #BDB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB061

Black with #BDB061

Text Example


Text Example

White with #BDB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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