Html Css Color HEX #BDA85B Gimblet

📋 copy color: '#BDA85B'

red 189 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #BDA85B

Tints of Gimblet #BDA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 42.19%
G = 37.5%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA85B (or 0xBDA85B) is known color: Gimblet. HEX triplet: BD, A8 and 5B. RGB value is (189,168,91). Sum of RGB (Red+Green+Blue) = 189+168+91=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA85B is #4257A4. Grayscale: #A5A5A5. Windows color (decimal): -4347813 or 6006973. OLE color: 6006973.

HSL color Cylindrical-coordinate representation of color #BDA85B: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDA85B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 91 -
CMYK 0 0.11 0.52 0.26
HSL 47.14º 0.43% 0.55% -
HSV(B) 47.14º 0.52% 0.74% -
XYZ 36.88 39.58 15.59 -
YUV 165.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 189 168 91 0 0.11 0.52 0.26 47.14 0.43 0.55
Hex BD A8 5B 0 B 34 1A 2F 2B 37
Octal 275 250 133 0 13 64 32 57 53 67
Binary 10111101 10101000 1011011 0 1011 110100 11010 101111 101011 110111

Color Harmonies of #BDA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA85B

Black with #BDA85B

Text Example


Text Example

White with #BDA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA85B; }

 p { color: rgb(189,168,91); }

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

background-color css

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

 a { background-color: rgb(189,168,91); }

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

border-color css

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

 span { border-color: rgb(189,168,91); }

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