Html Css Color HEX #BCB733 Old Gold

📋 copy color: '#BCB733'

red 188 ◦ green 183 ◦ blue 51

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

Shades of Old Gold #BCB733

Tints of Old Gold #BCB733

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 44.55%
G = 43.36%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB733 (or 0xBCB733) is known color: Old Gold. HEX triplet: BC, B7 and 33. RGB value is (188,183,51). Sum of RGB (Red+Green+Blue) = 188+183+51=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB733 is #4348CC. Grayscale: #A9A9A9. Windows color (decimal): -4409549 or 3389372. OLE color: 3389372.

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

Color convert

RGB 188 183 51 -
CMYK 0 0.03 0.73 0.26
HSL 57.81º 0.57% 0.47% -
HSV(B) 57.81º 0.73% 0.74% -
XYZ 38.27 44.8 9.76 -
YUV 169.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 188 183 51 0 0.03 0.73 0.26 57.81 0.57 0.47
Hex BC B7 33 0 3 49 1A 3A 39 2F
Octal 274 267 63 0 3 111 32 72 71 57
Binary 10111100 10110111 110011 0 11 1001001 11010 111010 111001 101111

Color Harmonies of #BCB733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB733

Black with #BCB733

Text Example


Text Example

White with #BCB733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB733; }

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

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

background-color css

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

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

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

border-color css

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

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

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