Html Css Color HEX #BCB069 Gimblet

📋 copy color: '#BCB069'

red 188 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #BCB069

Tints of Gimblet #BCB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.53%

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

R = 40.09%
G = 37.53%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB069 (or 0xBCB069) is known color: Gimblet. HEX triplet: BC, B0 and 69. RGB value is (188,176,105). Sum of RGB (Red+Green+Blue) = 188+176+105=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB069 is #434F96. Grayscale: #ABABAB. Windows color (decimal): -4411287 or 6926524. OLE color: 6926524.

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

Color convert

RGB 188 176 105 -
CMYK 0 0.06 0.44 0.26
HSL 51.33º 0.38% 0.57% -
HSV(B) 51.33º 0.44% 0.74% -
XYZ 38.81 42.76 19.57 -
YUV 171.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 188 176 105 0 0.06 0.44 0.26 51.33 0.38 0.57
Hex BC B0 69 0 6 2C 1A 33 26 39
Octal 274 260 151 0 6 54 32 63 46 71
Binary 10111100 10110000 1101001 0 110 101100 11010 110011 100110 111001

Color Harmonies of #BCB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB069

Black with #BCB069

Text Example


Text Example

White with #BCB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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