Html Css Color HEX #BCB736 Old Gold

📋 copy color: '#BCB736'

red 188 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #BCB736

Tints of Old Gold #BCB736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.71%

R = 44.24%
G = 43.06%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB736 (or 0xBCB736) is known color: Old Gold. HEX triplet: BC, B7 and 36. RGB value is (188,183,54). Sum of RGB (Red+Green+Blue) = 188+183+54=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB736 is #4348C9. Grayscale: #AAAAAA. Windows color (decimal): -4409546 or 3585980. OLE color: 3585980.

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

Color convert

RGB 188 183 54 -
CMYK 0 0.03 0.71 0.26
HSL 57.76º 0.55% 0.47% -
HSV(B) 57.76º 0.71% 0.74% -
XYZ 38.34 44.82 10.12 -
YUV 169.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 188 183 54 0 0.03 0.71 0.26 57.76 0.55 0.47
Hex BC B7 36 0 3 47 1A 3A 37 2F
Octal 274 267 66 0 3 107 32 72 67 57
Binary 10111100 10110111 110110 0 11 1000111 11010 111010 110111 101111

Color Harmonies of #BCB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB736

Black with #BCB736

Text Example


Text Example

White with #BCB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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