Html Css Color HEX #BCB05F Gimblet

📋 copy color: '#BCB05F'

red 188 ◦ green 176 ◦ blue 95

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

Shades of Gimblet #BCB05F

Tints of Gimblet #BCB05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 40.96%
G = 38.34%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCB05F (or 0xBCB05F) is known color: Gimblet. HEX triplet: BC, B0 and 5F. RGB value is (188,176,95). Sum of RGB (Red+Green+Blue) = 188+176+95=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05F is #434FA0. Grayscale: #AAAAAA. Windows color (decimal): -4411297 or 6271164. OLE color: 6271164.

HSL color Cylindrical-coordinate representation of color #BCB05F: hue angle of 52.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB05F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 95 -
CMYK 0 0.06 0.49 0.26
HSL 52.26º 0.41% 0.55% -
HSV(B) 52.26º 0.49% 0.74% -
XYZ 38.33 42.57 17.02 -
YUV 170.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 188 176 95 0 0.06 0.49 0.26 52.26 0.41 0.55
Hex BC B0 5F 0 6 31 1A 34 29 37
Octal 274 260 137 0 6 61 32 64 51 67
Binary 10111100 10110000 1011111 0 110 110001 11010 110100 101001 110111

Color Harmonies of #BCB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB05F

Black with #BCB05F

Text Example


Text Example

White with #BCB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB05F; }

 p { color: rgb(188,176,95); }

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

background-color css

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

 a { background-color: rgb(188,176,95); }

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

border-color css

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

 span { border-color: rgb(188,176,95); }

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