Html Css Color HEX #BCB067 Gimblet

📋 copy color: '#BCB067'

red 188 ◦ green 176 ◦ blue 103

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

Shades of Gimblet #BCB067

Tints of Gimblet #BCB067

RGB

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

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

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

R = 40.26%
G = 37.69%
B = 22.06%

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

#BCB067 (or 0xBCB067) is known color: Gimblet. HEX triplet: BC, B0 and 67. RGB value is (188,176,103). Sum of RGB (Red+Green+Blue) = 188+176+103=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB067 is #434F98. Grayscale: #ABABAB. Windows color (decimal): -4411289 or 6795452. OLE color: 6795452.

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

Color convert

RGB 188 176 103 -
CMYK 0 0.06 0.45 0.26
HSL 51.53º 0.39% 0.57% -
HSV(B) 51.53º 0.45% 0.74% -
XYZ 38.71 42.72 19.04 -
YUV 171.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 188 176 103 0 0.06 0.45 0.26 51.53 0.39 0.57
Hex BC B0 67 0 6 2D 1A 34 27 39
Octal 274 260 147 0 6 55 32 64 47 71
Binary 10111100 10110000 1100111 0 110 101101 11010 110100 100111 111001

Color Harmonies of #BCB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB067

Black with #BCB067

Text Example


Text Example

White with #BCB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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