Html Css Color HEX #BCB362 Gimblet

📋 copy color: '#BCB362'

red 188 ◦ green 179 ◦ blue 98

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

Shades of Gimblet #BCB362

Tints of Gimblet #BCB362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 40.43%
G = 38.49%
B = 21.08%

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

#BCB362 (or 0xBCB362) is known color: Gimblet. HEX triplet: BC, B3 and 62. RGB value is (188,179,98). Sum of RGB (Red+Green+Blue) = 188+179+98=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB362 is #434C9D. Grayscale: #ACACAC. Windows color (decimal): -4410526 or 6468540. OLE color: 6468540.

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

Color convert

RGB 188 179 98 -
CMYK 0 0.05 0.48 0.26
HSL 54º 0.4% 0.56% -
HSV(B) 54º 0.48% 0.74% -
XYZ 39.06 43.81 17.95 -
YUV 172.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 188 179 98 0 0.05 0.48 0.26 54 0.4 0.56
Hex BC B3 62 0 5 30 1A 36 28 38
Octal 274 263 142 0 5 60 32 66 50 70
Binary 10111100 10110011 1100010 0 101 110000 11010 110110 101000 111000

Color Harmonies of #BCB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB362

Black with #BCB362

Text Example


Text Example

White with #BCB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB362; }

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

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

background-color css

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

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

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

border-color css

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

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

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