Html Css Color HEX #BDB45E Gimblet

📋 copy color: '#BDB45E'

red 189 ◦ green 180 ◦ blue 94

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

Shades of Gimblet #BDB45E

Tints of Gimblet #BDB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 40.82%
G = 38.88%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB45E (or 0xBDB45E) is known color: Gimblet. HEX triplet: BD, B4 and 5E. RGB value is (189,180,94). Sum of RGB (Red+Green+Blue) = 189+180+94=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB45E is #424BA1. Grayscale: #ADADAD. Windows color (decimal): -4344738 or 6206653. OLE color: 6206653.

HSL color Cylindrical-coordinate representation of color #BDB45E: hue angle of 54.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB45E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 94 -
CMYK 0 0.05 0.50 0.26
HSL 54.32º 0.42% 0.55% -
HSV(B) 54.32º 0.5% 0.74% -
XYZ 39.33 44.27 17.06 -
YUV 172.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 189 180 94 0 0.05 0.50 0.26 54.32 0.42 0.55
Hex BD B4 5E 0 5 32 1A 36 2A 37
Octal 275 264 136 0 5 62 32 66 52 67
Binary 10111101 10110100 1011110 0 101 110010 11010 110110 101010 110111

Color Harmonies of #BDB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB45E

Black with #BDB45E

Text Example


Text Example

White with #BDB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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