Html Css Color HEX #BCA769 Gimblet

📋 copy color: '#BCA769'

red 188 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #BCA769

Tints of Gimblet #BCA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

 BLUE value IS 105 (41.41% from 255) = 22.83%

R = 40.87%
G = 36.3%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA769 (or 0xBCA769) is known color: Gimblet. HEX triplet: BC, A7 and 69. RGB value is (188,167,105). Sum of RGB (Red+Green+Blue) = 188+167+105=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA769 is #435896. Grayscale: #A6A6A6. Windows color (decimal): -4413591 or 6924220. OLE color: 6924220.

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

Color convert

RGB 188 167 105 -
CMYK 0 0.11 0.44 0.26
HSL 44.82º 0.38% 0.57% -
HSV(B) 44.82º 0.44% 0.74% -
XYZ 37.11 39.35 19 -
YUV 166.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 188 167 105 0 0.11 0.44 0.26 44.82 0.38 0.57
Hex BC A7 69 0 B 2C 1A 2D 26 39
Octal 274 247 151 0 13 54 32 55 46 71
Binary 10111100 10100111 1101001 0 1011 101100 11010 101101 100110 111001

Color Harmonies of #BCA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA769

Black with #BCA769

Text Example


Text Example

White with #BCA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA769; }

 p { color: rgb(188,167,105); }

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

background-color css

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

 a { background-color: rgb(188,167,105); }

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

border-color css

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

 span { border-color: rgb(188,167,105); }

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