Html Css Color HEX #BCAF69 Gimblet

📋 copy color: '#BCAF69'

red 188 ◦ green 175 ◦ blue 105

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

Shades of Gimblet #BCAF69

Tints of Gimblet #BCAF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

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

R = 40.17%
G = 37.39%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCAF69 (or 0xBCAF69) is known color: Gimblet. HEX triplet: BC, AF and 69. RGB value is (188,175,105). Sum of RGB (Red+Green+Blue) = 188+175+105=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF69 is #435096. Grayscale: #ABABAB. Windows color (decimal): -4411543 or 6926268. OLE color: 6926268.

HSL color Cylindrical-coordinate representation of color #BCAF69: hue angle of 50.6º 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 #BCAF69 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 105 -
CMYK 0 0.07 0.44 0.26
HSL 50.6º 0.38% 0.57% -
HSV(B) 50.6º 0.44% 0.74% -
XYZ 38.62 42.37 19.51 -
YUV 170.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 188 175 105 0 0.07 0.44 0.26 50.6 0.38 0.57
Hex BC AF 69 0 7 2C 1A 33 26 39
Octal 274 257 151 0 7 54 32 63 46 71
Binary 10111100 10101111 1101001 0 111 101100 11010 110011 100110 111001

Color Harmonies of #BCAF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF69

Black with #BCAF69

Text Example


Text Example

White with #BCAF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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