Html Css Color HEX #BDA865 Gimblet

📋 copy color: '#BDA865'

red 189 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #BDA865

Tints of Gimblet #BDA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 41.27%
G = 36.68%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA865 (or 0xBDA865) is known color: Gimblet. HEX triplet: BD, A8 and 65. RGB value is (189,168,101). Sum of RGB (Red+Green+Blue) = 189+168+101=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA865 is #42579A. Grayscale: #A6A6A6. Windows color (decimal): -4347803 or 6662333. OLE color: 6662333.

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

Color convert

RGB 189 168 101 -
CMYK 0 0.11 0.47 0.26
HSL 45.68º 0.4% 0.57% -
HSV(B) 45.68º 0.47% 0.74% -
XYZ 37.34 39.76 18.02 -
YUV 166.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 189 168 101 0 0.11 0.47 0.26 45.68 0.4 0.57
Hex BD A8 65 0 B 2F 1A 2E 28 39
Octal 275 250 145 0 13 57 32 56 50 71
Binary 10111101 10101000 1100101 0 1011 101111 11010 101110 101000 111001

Color Harmonies of #BDA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA865

Black with #BDA865

Text Example


Text Example

White with #BDA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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