Html Css Color HEX #BDB063 Gimblet

📋 copy color: '#BDB063'

red 189 ◦ green 176 ◦ blue 99

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

Shades of Gimblet #BDB063

Tints of Gimblet #BDB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 40.73%
G = 37.93%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB063 (or 0xBDB063) is known color: Gimblet. HEX triplet: BD, B0 and 63. RGB value is (189,176,99). Sum of RGB (Red+Green+Blue) = 189+176+99=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB063 is #424F9C. Grayscale: #ABABAB. Windows color (decimal): -4345757 or 6533309. OLE color: 6533309.

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

Color convert

RGB 189 176 99 -
CMYK 0 0.07 0.48 0.26
HSL 51.33º 0.41% 0.56% -
HSV(B) 51.33º 0.48% 0.74% -
XYZ 38.76 42.77 18.02 -
YUV 171.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 189 176 99 0 0.07 0.48 0.26 51.33 0.41 0.56
Hex BD B0 63 0 7 30 1A 33 29 38
Octal 275 260 143 0 7 60 32 63 51 70
Binary 10111101 10110000 1100011 0 111 110000 11010 110011 101001 111000

Color Harmonies of #BDB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB063

Black with #BDB063

Text Example


Text Example

White with #BDB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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