Html Css Color HEX #BDB25E Gimblet

📋 copy color: '#BDB25E'

red 189 ◦ green 178 ◦ blue 94

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

Shades of Gimblet #BDB25E

Tints of Gimblet #BDB25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 41%
G = 38.61%
B = 20.39%

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

#BDB25E (or 0xBDB25E) is known color: Gimblet. HEX triplet: BD, B2 and 5E. RGB value is (189,178,94). Sum of RGB (Red+Green+Blue) = 189+178+94=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB25E is #424DA1. Grayscale: #ACACAC. Windows color (decimal): -4345250 or 6206141. OLE color: 6206141.

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

Color convert

RGB 189 178 94 -
CMYK 0 0.06 0.50 0.26
HSL 53.05º 0.42% 0.55% -
HSV(B) 53.05º 0.5% 0.74% -
XYZ 38.93 43.47 16.93 -
YUV 171.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 189 178 94 0 0.06 0.50 0.26 53.05 0.42 0.55
Hex BD B2 5E 0 6 32 1A 35 2A 37
Octal 275 262 136 0 6 62 32 65 52 67
Binary 10111101 10110010 1011110 0 110 110010 11010 110101 101010 110111

Color Harmonies of #BDB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB25E

Black with #BDB25E

Text Example


Text Example

White with #BDB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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