Html Css Color HEX #BDAB58 Gimblet

📋 copy color: '#BDAB58'

red 189 ◦ green 171 ◦ blue 88

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

Shades of Gimblet #BDAB58

Tints of Gimblet #BDAB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 42.19%
G = 38.17%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDAB58 (or 0xBDAB58) is known color: Gimblet. HEX triplet: BD, AB and 58. RGB value is (189,171,88). Sum of RGB (Red+Green+Blue) = 189+171+88=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB58 is #4254A7. Grayscale: #A7A7A7. Windows color (decimal): -4347048 or 5811133. OLE color: 5811133.

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

Color convert

RGB 189 171 88 -
CMYK 0 0.10 0.53 0.26
HSL 49.31º 0.43% 0.54% -
HSV(B) 49.31º 0.53% 0.74% -
XYZ 37.31 40.65 15.11 -
YUV 166.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 189 171 88 0 0.10 0.53 0.26 49.31 0.43 0.54
Hex BD AB 58 0 A 35 1A 31 2B 36
Octal 275 253 130 0 12 65 32 61 53 66
Binary 10111101 10101011 1011000 0 1010 110101 11010 110001 101011 110110

Color Harmonies of #BDAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB58

Black with #BDAB58

Text Example


Text Example

White with #BDAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB58; }

 p { color: rgb(189,171,88); }

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

background-color css

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

 a { background-color: rgb(189,171,88); }

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

border-color css

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

 span { border-color: rgb(189,171,88); }

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