Html Css Color HEX #BCB261 Gimblet

📋 copy color: '#BCB261'

red 188 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #BCB261

Tints of Gimblet #BCB261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 40.6%
G = 38.44%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCB261 (or 0xBCB261) is known color: Gimblet. HEX triplet: BC, B2 and 61. RGB value is (188,178,97). Sum of RGB (Red+Green+Blue) = 188+178+97=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB261 is #434D9E. Grayscale: #ACACAC. Windows color (decimal): -4410783 or 6402748. OLE color: 6402748.

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

Color convert

RGB 188 178 97 -
CMYK 0 0.05 0.48 0.26
HSL 53.41º 0.4% 0.56% -
HSV(B) 53.41º 0.48% 0.74% -
XYZ 38.82 43.4 17.64 -
YUV 171.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 188 178 97 0 0.05 0.48 0.26 53.41 0.4 0.56
Hex BC B2 61 0 5 30 1A 35 28 38
Octal 274 262 141 0 5 60 32 65 50 70
Binary 10111100 10110010 1100001 0 101 110000 11010 110101 101000 111000

Color Harmonies of #BCB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB261

Black with #BCB261

Text Example


Text Example

White with #BCB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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