Html Css Color HEX #BDB05E Gimblet

📋 copy color: '#BDB05E'

red 189 ◦ green 176 ◦ blue 94

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

Shades of Gimblet #BDB05E

Tints of Gimblet #BDB05E

RGB

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

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

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

R = 41.18%
G = 38.34%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDB05E (or 0xBDB05E) is known color: Gimblet. HEX triplet: BD, B0 and 5E. RGB value is (189,176,94). Sum of RGB (Red+Green+Blue) = 189+176+94=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB05E is #424FA1. Grayscale: #AAAAAA. Windows color (decimal): -4345762 or 6205629. OLE color: 6205629.

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

Color convert

RGB 189 176 94 -
CMYK 0 0.07 0.50 0.26
HSL 51.79º 0.42% 0.55% -
HSV(B) 51.79º 0.5% 0.74% -
XYZ 38.53 42.68 16.8 -
YUV 170.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 189 176 94 0 0.07 0.50 0.26 51.79 0.42 0.55
Hex BD B0 5E 0 7 32 1A 34 2A 37
Octal 275 260 136 0 7 62 32 64 52 67
Binary 10111101 10110000 1011110 0 111 110010 11010 110100 101010 110111

Color Harmonies of #BDB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB05E

Black with #BDB05E

Text Example


Text Example

White with #BDB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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