Html Css Color HEX #BDAF55 Gimblet

📋 copy color: '#BDAF55'

red 189 ◦ green 175 ◦ blue 85

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

Shades of Gimblet #BDAF55

Tints of Gimblet #BDAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 42.09%
G = 38.98%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDAF55 (or 0xBDAF55) is known color: Gimblet. HEX triplet: BD, AF and 55. RGB value is (189,175,85). Sum of RGB (Red+Green+Blue) = 189+175+85=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF55 is #4250AA. Grayscale: #A9A9A9. Windows color (decimal): -4346027 or 5615549. OLE color: 5615549.

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

Color convert

RGB 189 175 85 -
CMYK 0 0.07 0.55 0.26
HSL 51.92º 0.44% 0.54% -
HSV(B) 51.92º 0.55% 0.74% -
XYZ 37.96 42.13 14.73 -
YUV 168.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 189 175 85 0 0.07 0.55 0.26 51.92 0.44 0.54
Hex BD AF 55 0 7 37 1A 34 2C 36
Octal 275 257 125 0 7 67 32 64 54 66
Binary 10111101 10101111 1010101 0 111 110111 11010 110100 101100 110110

Color Harmonies of #BDAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF55

Black with #BDAF55

Text Example


Text Example

White with #BDAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF55; }

 p { color: rgb(189,175,85); }

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

background-color css

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

 a { background-color: rgb(189,175,85); }

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

border-color css

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

 span { border-color: rgb(189,175,85); }

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