Html Css Color HEX #BCB05B Gimblet

📋 copy color: '#BCB05B'

red 188 ◦ green 176 ◦ blue 91

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

Shades of Gimblet #BCB05B

Tints of Gimblet #BCB05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20%

R = 41.32%
G = 38.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCB05B (or 0xBCB05B) is known color: Gimblet. HEX triplet: BC, B0 and 5B. RGB value is (188,176,91). Sum of RGB (Red+Green+Blue) = 188+176+91=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05B is #434FA4. Grayscale: #AAAAAA. Windows color (decimal): -4411301 or 6009020. OLE color: 6009020.

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

Color convert

RGB 188 176 91 -
CMYK 0 0.06 0.52 0.26
HSL 52.58º 0.42% 0.55% -
HSV(B) 52.58º 0.52% 0.74% -
XYZ 38.15 42.5 16.09 -
YUV 169.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 188 176 91 0 0.06 0.52 0.26 52.58 0.42 0.55
Hex BC B0 5B 0 6 34 1A 35 2A 37
Octal 274 260 133 0 6 64 32 65 52 67
Binary 10111100 10110000 1011011 0 110 110100 11010 110101 101010 110111

Color Harmonies of #BCB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB05B

Black with #BCB05B

Text Example


Text Example

White with #BCB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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