Html Css Color HEX #BCAA67 Gimblet

📋 copy color: '#BCAA67'

red 188 ◦ green 170 ◦ blue 103

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

Shades of Gimblet #BCAA67

Tints of Gimblet #BCAA67

RGB

 RED value IS 188 (73.83% from 255) = 40.78%

 GREEN value IS 170 (66.8% from 255) = 36.88%

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

R = 40.78%
G = 36.88%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAA67 (or 0xBCAA67) is known color: Gimblet. HEX triplet: BC, AA and 67. RGB value is (188,170,103). Sum of RGB (Red+Green+Blue) = 188+170+103=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA67 is #435598. Grayscale: #A8A8A8. Windows color (decimal): -4412825 or 6793916. OLE color: 6793916.

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

Color convert

RGB 188 170 103 -
CMYK 0 0.10 0.45 0.26
HSL 47.29º 0.39% 0.57% -
HSV(B) 47.29º 0.45% 0.74% -
XYZ 37.56 40.42 18.65 -
YUV 167.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 188 170 103 0 0.10 0.45 0.26 47.29 0.39 0.57
Hex BC AA 67 0 A 2D 1A 2F 27 39
Octal 274 252 147 0 12 55 32 57 47 71
Binary 10111100 10101010 1100111 0 1010 101101 11010 101111 100111 111001

Color Harmonies of #BCAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA67

Black with #BCAA67

Text Example


Text Example

White with #BCAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA67; }

 p { color: rgb(188,170,103); }

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

background-color css

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

 a { background-color: rgb(188,170,103); }

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

border-color css

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

 span { border-color: rgb(188,170,103); }

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