Html Css Color HEX #BCB265 Gimblet

📋 copy color: '#BCB265'

red 188 ◦ green 178 ◦ blue 101

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

Shades of Gimblet #BCB265

Tints of Gimblet #BCB265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 40.26%
G = 38.12%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB265 (or 0xBCB265) is known color: Gimblet. HEX triplet: BC, B2 and 65. RGB value is (188,178,101). Sum of RGB (Red+Green+Blue) = 188+178+101=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB265 is #434D9A. Grayscale: #ACACAC. Windows color (decimal): -4410779 or 6664892. OLE color: 6664892.

HSL color Cylindrical-coordinate representation of color #BCB265: hue angle of 53.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCB265 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 101 -
CMYK 0 0.05 0.46 0.26
HSL 53.1º 0.39% 0.57% -
HSV(B) 53.1º 0.46% 0.74% -
XYZ 39.01 43.47 18.65 -
YUV 172.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 188 178 101 0 0.05 0.46 0.26 53.1 0.39 0.57
Hex BC B2 65 0 5 2E 1A 35 27 39
Octal 274 262 145 0 5 56 32 65 47 71
Binary 10111100 10110010 1100101 0 101 101110 11010 110101 100111 111001

Color Harmonies of #BCB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB265

Black with #BCB265

Text Example


Text Example

White with #BCB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB265; }

 p { color: rgb(188,178,101); }

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

background-color css

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

 a { background-color: rgb(188,178,101); }

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

border-color css

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

 span { border-color: rgb(188,178,101); }

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