Html Css Color HEX #BCB162 Gimblet

📋 copy color: '#BCB162'

red 188 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #BCB162

Tints of Gimblet #BCB162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 40.6%
G = 38.23%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCB162 (or 0xBCB162) is known color: Gimblet. HEX triplet: BC, B1 and 62. RGB value is (188,177,98). Sum of RGB (Red+Green+Blue) = 188+177+98=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB162 is #434E9D. Grayscale: #ABABAB. Windows color (decimal): -4411038 or 6468028. OLE color: 6468028.

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

Color convert

RGB 188 177 98 -
CMYK 0 0.06 0.48 0.26
HSL 52.67º 0.4% 0.56% -
HSV(B) 52.67º 0.48% 0.74% -
XYZ 38.67 43.02 17.82 -
YUV 171.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 188 177 98 0 0.06 0.48 0.26 52.67 0.4 0.56
Hex BC B1 62 0 6 30 1A 35 28 38
Octal 274 261 142 0 6 60 32 65 50 70
Binary 10111100 10110001 1100010 0 110 110000 11010 110101 101000 111000

Color Harmonies of #BCB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB162

Black with #BCB162

Text Example


Text Example

White with #BCB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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