Html Css Color HEX #BDA867 Gimblet

📋 copy color: '#BDA867'

red 189 ◦ green 168 ◦ blue 103

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

Shades of Gimblet #BDA867

Tints of Gimblet #BDA867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 41.09%
G = 36.52%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA867 (or 0xBDA867) is known color: Gimblet. HEX triplet: BD, A8 and 67. RGB value is (189,168,103). Sum of RGB (Red+Green+Blue) = 189+168+103=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA867 is #425798. Grayscale: #A7A7A7. Windows color (decimal): -4347801 or 6793405. OLE color: 6793405.

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

Color convert

RGB 189 168 103 -
CMYK 0 0.11 0.46 0.26
HSL 45.35º 0.39% 0.57% -
HSV(B) 45.35º 0.46% 0.74% -
XYZ 37.44 39.8 18.54 -
YUV 166.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 189 168 103 0 0.11 0.46 0.26 45.35 0.39 0.57
Hex BD A8 67 0 B 2E 1A 2D 27 39
Octal 275 250 147 0 13 56 32 55 47 71
Binary 10111101 10101000 1100111 0 1011 101110 11010 101101 100111 111001

Color Harmonies of #BDA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA867

Black with #BDA867

Text Example


Text Example

White with #BDA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA867; }

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

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

background-color css

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

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

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

border-color css

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

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

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