Html Css Color HEX #BDB461 Gimblet

📋 copy color: '#BDB461'

red 189 ◦ green 180 ◦ blue 97

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

Shades of Gimblet #BDB461

Tints of Gimblet #BDB461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

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

R = 40.56%
G = 38.63%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB461 (or 0xBDB461) is known color: Gimblet. HEX triplet: BD, B4 and 61. RGB value is (189,180,97). Sum of RGB (Red+Green+Blue) = 189+180+97=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB461 is #424B9E. Grayscale: #ADADAD. Windows color (decimal): -4344735 or 6403261. OLE color: 6403261.

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

Color convert

RGB 189 180 97 -
CMYK 0 0.05 0.49 0.26
HSL 54.13º 0.41% 0.56% -
HSV(B) 54.13º 0.49% 0.74% -
XYZ 39.47 44.32 17.78 -
YUV 173.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 189 180 97 0 0.05 0.49 0.26 54.13 0.41 0.56
Hex BD B4 61 0 5 31 1A 36 29 38
Octal 275 264 141 0 5 61 32 66 51 70
Binary 10111101 10110100 1100001 0 101 110001 11010 110110 101001 111000

Color Harmonies of #BDB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB461

Black with #BDB461

Text Example


Text Example

White with #BDB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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