Html Css Color HEX #BCB263 Gimblet

📋 copy color: '#BCB263'

red 188 ◦ green 178 ◦ blue 99

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

Shades of Gimblet #BCB263

Tints of Gimblet #BCB263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 40.43%
G = 38.28%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB263 (or 0xBCB263) is known color: Gimblet. HEX triplet: BC, B2 and 63. RGB value is (188,178,99). Sum of RGB (Red+Green+Blue) = 188+178+99=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB263 is #434D9C. Grayscale: #ACACAC. Windows color (decimal): -4410781 or 6533820. OLE color: 6533820.

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

Color convert

RGB 188 178 99 -
CMYK 0 0.05 0.47 0.26
HSL 53.26º 0.4% 0.56% -
HSV(B) 53.26º 0.47% 0.74% -
XYZ 38.91 43.43 18.14 -
YUV 171.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 188 178 99 0 0.05 0.47 0.26 53.26 0.4 0.56
Hex BC B2 63 0 5 2F 1A 35 28 38
Octal 274 262 143 0 5 57 32 65 50 70
Binary 10111100 10110010 1100011 0 101 101111 11010 110101 101000 111000

Color Harmonies of #BCB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB263

Black with #BCB263

Text Example


Text Example

White with #BCB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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