Html Css Color HEX #BCB834 Old Gold

📋 copy color: '#BCB834'

red 188 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #BCB834

Tints of Old Gold #BCB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 44.34%
G = 43.4%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB834 (or 0xBCB834) is known color: Old Gold. HEX triplet: BC, B8 and 34. RGB value is (188,184,52). Sum of RGB (Red+Green+Blue) = 188+184+52=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB834 is #4347CB. Grayscale: #AAAAAA. Windows color (decimal): -4409292 or 3455164. OLE color: 3455164.

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

Color convert

RGB 188 184 52 -
CMYK 0 0.02 0.72 0.26
HSL 58.24º 0.57% 0.47% -
HSV(B) 58.24º 0.72% 0.74% -
XYZ 38.5 45.22 9.95 -
YUV 170.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 188 184 52 0 0.02 0.72 0.26 58.24 0.57 0.47
Hex BC B8 34 0 2 48 1A 3A 39 2F
Octal 274 270 64 0 2 110 32 72 71 57
Binary 10111100 10111000 110100 0 10 1001000 11010 111010 111001 101111

Color Harmonies of #BCB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB834

Black with #BCB834

Text Example


Text Example

White with #BCB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB834; }

 p { color: rgb(188,184,52); }

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

background-color css

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

 a { background-color: rgb(188,184,52); }

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

border-color css

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

 span { border-color: rgb(188,184,52); }

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