Html Css Color HEX #BCAB67 Gimblet

📋 copy color: '#BCAB67'

red 188 ◦ green 171 ◦ blue 103

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

Shades of Gimblet #BCAB67

Tints of Gimblet #BCAB67

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 40.69%
G = 37.01%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAB67 (or 0xBCAB67) is known color: Gimblet. HEX triplet: BC, AB and 67. RGB value is (188,171,103). Sum of RGB (Red+Green+Blue) = 188+171+103=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB67 is #435498. Grayscale: #A8A8A8. Windows color (decimal): -4412569 or 6794172. OLE color: 6794172.

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

Color convert

RGB 188 171 103 -
CMYK 0 0.09 0.45 0.26
HSL 48º 0.39% 0.57% -
HSV(B) 48º 0.45% 0.74% -
XYZ 37.75 40.8 18.72 -
YUV 168.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 188 171 103 0 0.09 0.45 0.26 48 0.39 0.57
Hex BC AB 67 0 9 2D 1A 30 27 39
Octal 274 253 147 0 11 55 32 60 47 71
Binary 10111100 10101011 1100111 0 1001 101101 11010 110000 100111 111001

Color Harmonies of #BCAB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB67

Black with #BCAB67

Text Example


Text Example

White with #BCAB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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