Html Css Color HEX #BCBB33 Old Gold

📋 copy color: '#BCBB33'

red 188 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #BCBB33

Tints of Old Gold #BCBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

 BLUE value IS 51 (20.31% from 255) = 11.97%

R = 44.13%
G = 43.9%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCBB33 (or 0xBCBB33) is known color: Old Gold. HEX triplet: BC, BB and 33. RGB value is (188,187,51). Sum of RGB (Red+Green+Blue) = 188+187+51=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB33 is #4344CC. Grayscale: #ACACAC. Windows color (decimal): -4408525 or 3390396. OLE color: 3390396.

HSL color Cylindrical-coordinate representation of color #BCBB33: hue angle of 59.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCBB33 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 51 -
CMYK 0 0.01 0.73 0.26
HSL 59.56º 0.57% 0.47% -
HSV(B) 59.56º 0.73% 0.74% -
XYZ 39.11 46.47 10.04 -
YUV 171.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 188 187 51 0 0.01 0.73 0.26 59.56 0.57 0.47
Hex BC BB 33 0 1 49 1A 3C 39 2F
Octal 274 273 63 0 1 111 32 74 71 57
Binary 10111100 10111011 110011 0 1 1001001 11010 111100 111001 101111

Color Harmonies of #BCBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB33

Black with #BCBB33

Text Example


Text Example

White with #BCBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB33; }

 p { color: rgb(188,187,51); }

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

background-color css

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

 a { background-color: rgb(188,187,51); }

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

border-color css

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

 span { border-color: rgb(188,187,51); }

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