Html Css Color HEX #BDB15E Gimblet

📋 copy color: '#BDB15E'

red 189 ◦ green 177 ◦ blue 94

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

Shades of Gimblet #BDB15E

Tints of Gimblet #BDB15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.48%

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

R = 41.09%
G = 38.48%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB15E (or 0xBDB15E) is known color: Gimblet. HEX triplet: BD, B1 and 5E. RGB value is (189,177,94). Sum of RGB (Red+Green+Blue) = 189+177+94=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15E is #424EA1. Grayscale: #ABABAB. Windows color (decimal): -4345506 or 6205885. OLE color: 6205885.

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

Color convert

RGB 189 177 94 -
CMYK 0 0.06 0.50 0.26
HSL 52.42º 0.42% 0.55% -
HSV(B) 52.42º 0.5% 0.74% -
XYZ 38.73 43.07 16.86 -
YUV 171.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 189 177 94 0 0.06 0.50 0.26 52.42 0.42 0.55
Hex BD B1 5E 0 6 32 1A 34 2A 37
Octal 275 261 136 0 6 62 32 64 52 67
Binary 10111101 10110001 1011110 0 110 110010 11010 110100 101010 110111

Color Harmonies of #BDB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB15E

Black with #BDB15E

Text Example


Text Example

White with #BDB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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