Html Css Color HEX #BCB068 Gimblet

📋 copy color: '#BCB068'

red 188 ◦ green 176 ◦ blue 104

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

Shades of Gimblet #BCB068

Tints of Gimblet #BCB068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 40.17%
G = 37.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB068 (or 0xBCB068) is known color: Gimblet. HEX triplet: BC, B0 and 68. RGB value is (188,176,104). Sum of RGB (Red+Green+Blue) = 188+176+104=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB068 is #434F97. Grayscale: #ABABAB. Windows color (decimal): -4411288 or 6860988. OLE color: 6860988.

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

Color convert

RGB 188 176 104 -
CMYK 0 0.06 0.45 0.26
HSL 51.43º 0.39% 0.57% -
HSV(B) 51.43º 0.45% 0.74% -
XYZ 38.76 42.74 19.3 -
YUV 171.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 188 176 104 0 0.06 0.45 0.26 51.43 0.39 0.57
Hex BC B0 68 0 6 2D 1A 33 27 39
Octal 274 260 150 0 6 55 32 63 47 71
Binary 10111100 10110000 1101000 0 110 101101 11010 110011 100111 111001

Color Harmonies of #BCB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB068

Black with #BCB068

Text Example


Text Example

White with #BCB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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