Html Css Color HEX #BCB361 Gimblet

📋 copy color: '#BCB361'

red 188 ◦ green 179 ◦ blue 97

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

Shades of Gimblet #BCB361

Tints of Gimblet #BCB361

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

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

R = 40.52%
G = 38.58%
B = 20.91%

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

#BCB361 (or 0xBCB361) is known color: Gimblet. HEX triplet: BC, B3 and 61. RGB value is (188,179,97). Sum of RGB (Red+Green+Blue) = 188+179+97=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB361 is #434C9E. Grayscale: #ACACAC. Windows color (decimal): -4410527 or 6403004. OLE color: 6403004.

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

Color convert

RGB 188 179 97 -
CMYK 0 0.05 0.48 0.26
HSL 54.07º 0.4% 0.56% -
HSV(B) 54.07º 0.48% 0.74% -
XYZ 39.02 43.79 17.71 -
YUV 172.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 188 179 97 0 0.05 0.48 0.26 54.07 0.4 0.56
Hex BC B3 61 0 5 30 1A 36 28 38
Octal 274 263 141 0 5 60 32 66 50 70
Binary 10111100 10110011 1100001 0 101 110000 11010 110110 101000 111000

Color Harmonies of #BCB361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB361

Black with #BCB361

Text Example


Text Example

White with #BCB361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB361; }

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

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

background-color css

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

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

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

border-color css

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

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

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