Html Css Color HEX #BCAF67 Gimblet

📋 copy color: '#BCAF67'

red 188 ◦ green 175 ◦ blue 103

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

Shades of Gimblet #BCAF67

Tints of Gimblet #BCAF67

RGB

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

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

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

R = 40.34%
G = 37.55%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAF67 (or 0xBCAF67) is known color: Gimblet. HEX triplet: BC, AF and 67. RGB value is (188,175,103). Sum of RGB (Red+Green+Blue) = 188+175+103=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF67 is #435098. Grayscale: #AAAAAA. Windows color (decimal): -4411545 or 6795196. OLE color: 6795196.

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

Color convert

RGB 188 175 103 -
CMYK 0 0.07 0.45 0.26
HSL 50.82º 0.39% 0.57% -
HSV(B) 50.82º 0.45% 0.74% -
XYZ 38.52 42.33 18.97 -
YUV 170.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 188 175 103 0 0.07 0.45 0.26 50.82 0.39 0.57
Hex BC AF 67 0 7 2D 1A 33 27 39
Octal 274 257 147 0 7 55 32 63 47 71
Binary 10111100 10101111 1100111 0 111 101101 11010 110011 100111 111001

Color Harmonies of #BCAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF67

Black with #BCAF67

Text Example


Text Example

White with #BCAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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