Html Css Color HEX #BDB561 Gimblet

📋 copy color: '#BDB561'

red 189 ◦ green 181 ◦ blue 97

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

Shades of Gimblet #BDB561

Tints of Gimblet #BDB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 40.47%
G = 38.76%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB561 (or 0xBDB561) is known color: Gimblet. HEX triplet: BD, B5 and 61. RGB value is (189,181,97). Sum of RGB (Red+Green+Blue) = 189+181+97=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB561 is #424A9E. Grayscale: #AEAEAE. Windows color (decimal): -4344479 or 6403517. OLE color: 6403517.

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

Color convert

RGB 189 181 97 -
CMYK 0 0.04 0.49 0.26
HSL 54.78º 0.41% 0.56% -
HSV(B) 54.78º 0.49% 0.74% -
XYZ 39.67 44.73 17.85 -
YUV 173.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 189 181 97 0 0.04 0.49 0.26 54.78 0.41 0.56
Hex BD B5 61 0 4 31 1A 37 29 38
Octal 275 265 141 0 4 61 32 67 51 70
Binary 10111101 10110101 1100001 0 100 110001 11010 110111 101001 111000

Color Harmonies of #BDB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB561

Black with #BDB561

Text Example


Text Example

White with #BDB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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